 | AdjacencyListWeightedDirectedGraphTVertices Property |
Vertices of this graph.
Namespace: Slash.Collections.GraphsAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic T[] Vertices { get; }
Public ReadOnly Property Vertices As T()
Get
public:
property array<T>^ Vertices {
array<T>^ get ();
}
member Vertices : 'T[] with get
Property Value
Type:
T
See Also