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