A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
GraphLibrary.Graphs.GraphsFast
GraphFastUndirected Class
GraphFastUndirected Properties
Edges Property
GraphFastUndirected
Edges Property
Gets list of eges
Namespace:
GraphLibrary.Graphs.GraphsFast
Assembly:
GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
Copy
public
override
List
<
Tuple
<
int
,
int
>>
Edges
{
get
; }
Property Value
Type:
List
Tuple
Int32
,
Int32
See Also
Reference
GraphFastUndirected Class
GraphLibrary.Graphs.GraphsFast Namespace