DictionaryExtensionsToLookupTKey, TValue(SortedDictionaryTKey, TValue) Method
Namespace: Jodosoft.CollectionsAssembly: Jodosoft.Collections (in Jodosoft.Collections.dll) Version: 2.0
public static SortedDictionaryLookup<TKey, TValue> ToLookup<TKey, TValue>(
this SortedDictionary<TKey, TValue> dictionary
)
<ExtensionAttribute>
Public Shared Function ToLookup(Of TKey, TValue) (
dictionary As SortedDictionary(Of TKey, TValue)
) As SortedDictionaryLookup(Of TKey, TValue)
public:
[ExtensionAttribute]
generic<typename TKey, typename TValue>
static SortedDictionaryLookup<TKey, TValue>^ ToLookup(
SortedDictionary<TKey, TValue>^ dictionary
)
[<ExtensionAttribute>]
static member ToLookup :
dictionary : SortedDictionary<'TKey, 'TValue> -> SortedDictionaryLookup<'TKey, 'TValue>
- dictionary SortedDictionaryTKey, TValue
-
- TKey
- TValue
SortedDictionaryLookupTKey,
TValueIn Visual Basic and C#, you can call this method as an instance method on any object of type
SortedDictionaryTKey,
TValue. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).