Click or drag to resize

IVertexEdgeDictionaryTVertex, TEdge Interface

Namespace:  QuickGraph.Collections
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public interface IVertexEdgeDictionary<TVertex, TEdge> : IEnumerable, 
	IDictionary<TVertex, IEdgeList<TVertex, TEdge>>, ICollection<KeyValuePair<TVertex, IEdgeList<TVertex, TEdge>>>, 
	IEnumerable<KeyValuePair<TVertex, IEdgeList<TVertex, TEdge>>>
where TEdge : Object, IEdge<TVertex>

Type Parameters

TVertex
TEdge

The IVertexEdgeDictionaryTVertex, TEdge type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollectionT.
(Inherited from ICollectionKeyValuePairTVertex, IEdgeListTVertex, TEdge.)
Public propertyIsReadOnly
Gets a value indicating whether the ICollectionT is read-only.
(Inherited from ICollectionKeyValuePairTVertex, IEdgeListTVertex, TEdge.)
Public propertyItem
Gets or sets the element with the specified key.
(Inherited from IDictionaryTVertex, IEdgeListTVertex, TEdge.)
Public propertyKeys
Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
(Inherited from IDictionaryTVertex, IEdgeListTVertex, TEdge.)
Public propertyValues
Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.
(Inherited from IDictionaryTVertex, IEdgeListTVertex, TEdge.)
Top
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