IDiGraphAccessible<'V, 'E> Type
Read-only directed graph information accessor. This interface provides a way to access the information of a directed graph without modifying it.
Instance members
Instance member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.Reverse
Parameters:
IEnumerable<IVertex<'V>>
Returns: IDiGraphAccessible<'V, 'E>
Modifiers: abstract |