Table of Contents

Interface IEdge<TVertex>

Namespace
Italbytz.Graph.Abstractions
Assembly
Italbytz.Graph.Abstractions.dll

Represents a directed edge.

public interface IEdge<out TVertex>

Type Parameters

TVertex

Vertex type.

Properties

Source

TVertex Source { get; }

Property Value

TVertex

Target

TVertex Target { get; }

Property Value

TVertex