DictionaryExtensionsToLookupTKey, TValue(DictionaryTKey, TValue) Method

Definition

Namespace: Jodosoft.Collections
Assembly: Jodosoft.Collections (in Jodosoft.Collections.dll) Version: 2.0
public static DictionaryLookup<TKey, TValue> ToLookup<TKey, TValue>(
	this Dictionary<TKey, TValue> dictionary
)

Parameters

dictionary  DictionaryTKey, TValue
 

Type Parameters

TKey
TValue

Return Value

DictionaryLookupTKey, TValue

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DictionaryTKey, 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).

See Also