Click or drag to resize

TypedSortedListEx TKey , TValue Contains Method

Overload List
Name Description
Public method Contains(KeyValuePair TKey, TValue )
Determines whether the collection contains a specific key-value pair.
Public method Contains(Object)
Determines whether the collection contains an element with the specified key.
Public method Contains(TKey)
Determines whether the list contains an element with the specified key.
Top
See Also