SortedDictionaryLookupTKey, TValueContainsKey Method

Definition

Namespace: Jodosoft.Collections
Assembly: Jodosoft.Collections (in Jodosoft.Collections.dll) Version: 2.0
public bool ContainsKey(
	TKey key
)

Parameters

key  TKey
 

Return Value

Boolean

Implements

IReadOnlyLookupTKey, TValueContainsKey(TKey)

See Also