DictionaryLookupTKey, TValue Constructor

Initializes a new instance of the DictionaryLookupTKey, TValue class

Definition

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

Parameters

dictionary  DictionaryTKey, TValue
 

See Also