Click or drag to resize

NullSafeDictionaryTKey, TValueICollectionKeyValuePairTKey, TValueContains Method

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
bool ICollection<KeyValuePair<TKey, TValue>>.Contains(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue

Return Value

Type: Boolean

Implements

ICollectionTContains(T)
See Also