AdjGraph<'NodeKey, 'NodeData, 'EdgeData> Type

Basic Adjacency Graph representation

Instance members

Instance member Description

this.Comparer

Full Usage: this.Comparer

Returns: IEqualityComparer<'NodeKey>

Returns: IEqualityComparer<'NodeKey>

this.Count

Full Usage: this.Count

Returns: int
Modifiers: abstract

Returns: int

this[arg1]

Full Usage: this[arg1]

Returns: 'NodeKey
Modifiers: abstract

Returns: 'NodeKey

this.Keys

Full Usage: this.Keys

Returns: KeyCollection<'NodeKey, ('NodeData * Dictionary<'NodeKey, 'EdgeData>)>

Returns: KeyCollection<'NodeKey, ('NodeData * Dictionary<'NodeKey, 'EdgeData>)>

this.Values

Full Usage: this.Values

Returns: ValueCollection<'NodeKey, ('NodeData * Dictionary<'NodeKey, 'EdgeData>)>

Returns: ValueCollection<'NodeKey, ('NodeData * Dictionary<'NodeKey, 'EdgeData>)>