SortedDictionaryLookupTKey, TValue Constructor

Initializes a new instance of the SortedDictionaryLookupTKey, TValue class

Definition

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

Parameters

dictionary  SortedDictionaryTKey, TValue
 

See Also