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