AlgorithmExtensionsGetIndexerTKey, TValue Method |
Namespace:
QuickGraph.Algorithms
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static Func<TKey, TValue> GetIndexer<TKey, TValue>(
Dictionary<TKey, TValue> dictionary
)
Parameters
- dictionary
- Type: System.Collections.GenericDictionaryTKey, TValue
Type Parameters
- TKey
- TValue
Return Value
Type:
FuncTKey,
TValue
See Also