Click or drag to resize

IVertexEdgeDictionaryTVertex, TEdge Methods

The IVertexEdgeDictionaryTVertex, TEdge generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(T)
Adds an item to the ICollectionT.
(Inherited from ICollectionKeyValuePairTVertex, IEdgeListTVertex, TEdge.)
Public methodAdd(TKey, TValue)
Adds an element with the provided key and value to the IDictionaryTKey, TValue.
(Inherited from IDictionaryTVertex, IEdgeListTVertex, TEdge.)
Public methodClear
Removes all items from the ICollectionT.
(Inherited from ICollectionKeyValuePairTVertex, IEdgeListTVertex, TEdge.)
Public methodClone
Public methodContains
Determines whether the ICollectionT contains a specific value.
(Inherited from ICollectionKeyValuePairTVertex, IEdgeListTVertex, TEdge.)
Public methodContainsKey
Determines whether the IDictionaryTKey, TValue contains an element with the specified key.
(Inherited from IDictionaryTVertex, IEdgeListTVertex, TEdge.)
Public methodCopyTo
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from ICollectionKeyValuePairTVertex, IEdgeListTVertex, TEdge.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodRemove(TKey)
Removes the element with the specified key from the IDictionaryTKey, TValue.
(Inherited from IDictionaryTVertex, IEdgeListTVertex, TEdge.)
Public methodRemove(T)
Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from ICollectionKeyValuePairTVertex, IEdgeListTVertex, TEdge.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from IDictionaryTVertex, IEdgeListTVertex, TEdge.)
Top
Extension Methods
  NameDescription
Public Extension MethodForEachKeyValuePairTVertex, IEdgeListTVertex, TEdge (Defined by Extensions.)
Public Extension MethodMinByOrDefaultKeyValuePairTVertex, IEdgeListTVertex, TEdge, TKey
Finds the minimum TSource in source based on a key.
(Defined by MoveResultExtensions.)
Public Extension MethodToAdjacencyGraphKeyValuePairTVertex, IEdgeListTVertex, TEdge, TEdge(FuncKeyValuePairTVertex, IEdgeListTVertex, TEdge, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToAdjacencyGraphKeyValuePairTVertex, IEdgeListTVertex, TEdge, TEdge(FuncKeyValuePairTVertex, IEdgeListTVertex, TEdge, IEnumerableTEdge, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraphKeyValuePairTVertex, IEdgeListTVertex, TEdge, TEdge(FuncKeyValuePairTVertex, IEdgeListTVertex, TEdge, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraphKeyValuePairTVertex, IEdgeListTVertex, TEdge, TEdge(FuncKeyValuePairTVertex, IEdgeListTVertex, TEdge, IEnumerableTEdge, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraphKeyValuePairTVertex, IEdgeListTVertex, TEdge, TEdge(FuncKeyValuePairTVertex, IEdgeListTVertex, TEdge, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraphKeyValuePairTVertex, IEdgeListTVertex, TEdge, TEdge(TryFuncKeyValuePairTVertex, IEdgeListTVertex, TEdge, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraphKeyValuePairTVertex, IEdgeListTVertex, TEdge, TEdge(FuncKeyValuePairTVertex, IEdgeListTVertex, TEdge, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraphKeyValuePairTVertex, IEdgeListTVertex, TEdge, TEdge(TryFuncKeyValuePairTVertex, IEdgeListTVertex, TEdge, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Top
See Also