Graph<'Vertex, 'Label, 'Edge> Type

Map of Vertices as keys and MContexts as values

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this.[key]

Full Usage: this.[key]

Parameters:
    key : 'Vertex

Returns: MContext<'Vertex, 'Label, 'Edge>
key : 'Vertex
Returns: MContext<'Vertex, 'Label, 'Edge>