Basic Adjacency Graph representation
Instance member | Description |
|
|
Full Usage:
this.Count
Returns: int
Modifiers: abstract |
|
Full Usage:
this[arg1]
Returns: 'NodeKey
Modifiers: abstract |
|
Full Usage:
this.Keys
Returns: KeyCollection<'NodeKey, ('NodeData * Dictionary<'NodeKey, 'EdgeData>)>
|
|
Full Usage:
this.Values
Returns: ValueCollection<'NodeKey, ('NodeData * Dictionary<'NodeKey, 'EdgeData>)>
|
|