Interface IEdgeData<T>
- Namespace
- AlgorithmsSW.Graph
- Assembly
- AlgorithmsSW.dll
public interface IEdgeData<T>
Type Parameters
T
- Extension Methods
Properties
this[int, int]
T this[int vertex0, int vertex1] { get; set; }
Parameters
Property Value
- T