SoftHeapTKey, TValue Class |
Inheritance HierarchySystemObject
QuickGraph.CollectionsSoftHeapTKey, TValue
Namespace:
QuickGraph.Collections
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic sealed class SoftHeap<TKey, TValue> : IEnumerable,
IEnumerable<KeyValuePair<TKey, TValue>>
Type Parameters
- TKey
- TValue
The SoftHeapTKey, TValue type exposes the following members.
Constructors
Properties
Methods
Extension Methods
| Name | Description |
---|
 | ForEachKeyValuePairTKey, TValue | (Defined by Extensions.) |
 | MinByOrDefaultKeyValuePairTKey, TValue, TKey |
Finds the minimum TSource in source based on a key.
(Defined by MoveResultExtensions.) |
 | ToAdjacencyGraphKeyValuePairTKey, TValue, TEdge(FuncKeyValuePairTKey, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToAdjacencyGraphKeyValuePairTKey, TValue, TEdge(FuncKeyValuePairTKey, TValue, IEnumerableTEdge, Boolean) | Overloaded. (Defined by GraphExtensions.) |
 | ToBidirectionalGraphKeyValuePairTKey, TValue, TEdge(FuncKeyValuePairTKey, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToBidirectionalGraphKeyValuePairTKey, TValue, TEdge(FuncKeyValuePairTKey, TValue, IEnumerableTEdge, Boolean) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateUndirectedGraphKeyValuePairTKey, TValue, TEdge(FuncKeyValuePairTKey, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateUndirectedGraphKeyValuePairTKey, TValue, TEdge(TryFuncKeyValuePairTKey, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateVertexAndEdgeListGraphKeyValuePairTKey, TValue, TEdge(FuncKeyValuePairTKey, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateVertexAndEdgeListGraphKeyValuePairTKey, TValue, TEdge(TryFuncKeyValuePairTKey, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
Top
See Also