Interface IEdgeSet<TVertex, TEdge>
- Namespace
- Italbytz.Graph.Abstractions
- Assembly
- Italbytz.Graph.Abstractions.dll
Represents a set of edges.
public interface IEdgeSet<TVertex, TEdge> where TEdge : IEdge<TVertex>
Type Parameters
TVertexVertex type.
TEdgeEdge type.
Properties
Edges
IEnumerable<TEdge> Edges { get; }
Property Value
- IEnumerable<TEdge>