 | AdjacencyListWeightedDirectedGraphTVertexCount Property |
Number of vertices of this graph.
Namespace: Slash.Collections.GraphsAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic int VertexCount { get; }
Public ReadOnly Property VertexCount As Integer
Get
public:
virtual property int VertexCount {
int get () sealed;
}
abstract VertexCount : int with get
override VertexCount : int with get
Property Value
Type:
Int32Implements
IWeightedGraphTVertexCount
See Also