IVertex<'V> Type
Represents a vertex of a graph.
Instance members
| Instance member |
Description
|
Full Usage:
this.HasData
Returns: bool
Modifiers: abstract |
Check if the vertex has data. When this is true, `VData` should not raise an exception.
|
Unique ID of the vertex.
|
|
Full Usage:
this.VData
Returns: 'V
Modifiers: abstract |
Data attached to the vertex. This can raise `DummyDataAccessException` when the vertex has no data.
|
B2R2