Interface IEdge<TVertex>
- Namespace
- Italbytz.Graph.Abstractions
- Assembly
- Italbytz.Graph.Abstractions.dll
Represents a directed edge.
public interface IEdge<out TVertex>
Type Parameters
TVertexVertex type.
Properties
Source
TVertex Source { get; }
Property Value
- TVertex
Target
TVertex Target { get; }
Property Value
- TVertex