Show / Hide Table of Contents

Interface IEdge<T>

Interface describing an edge of a graph.

Namespace: Edgar.Graphs
Assembly: Edgar.dll
Syntax
public interface IEdge<T>
Type Parameters
Name Description
T

Properties

From

First vertex of the edge.

Declaration
T From { get; }
Property Value
Type Description
T

To

Second vertex of the edge.

Declaration
T To { get; }
Property Value
Type Description
T
Back to top Generated by DocFX