ImperativeVertex<'V> Type
Represents an imperative vertex with mutable predecessor and successor lists.
Instance members
| Instance member |
Description
|
Full Usage:
this.ID
Returns: int
|
Gets the unique identifier of this vertex.
|
|
Gets the mutable list of predecessors.
|
|
Gets the mutable list of successors.
|
B2R2