ImplementationType Type
Represents a graph implementation type, which can be either imperative or persistent.
Union cases
| Union case |
Description
|
Full Usage:
Imperative
|
Imperative graph. |
Full Usage:
Persistent
|
Persistent graph. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsImperative
Returns: bool
|
|
Full Usage:
this.IsPersistent
Returns: bool
|
|
B2R2