Click or drag to resize

ReadOnlyDictionaryTKey, TValueContains Method

Determines whether the System.Collections.Generic.ICollection contains a specific value.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public bool Contains(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue
The object to locate in the System.Collections.Generic.ICollection.

Return Value

Type: Boolean
true if item is found in the System.Collections.Generic.ICollection; otherwise, false.

Implements

ICollectionTContains(T)
See Also