Table of Contents

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

TVertex

Vertex type.

TEdge

Edge type.

Properties

Edges

IEnumerable<TEdge> Edges { get; }

Property Value

IEnumerable<TEdge>