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
)
Private Function ICollection_Contains (
item As KeyValuePair(Of TKey, TValue)
) As Boolean Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Contains
private:
virtual bool ICollection_Contains(
KeyValuePair<TKey, TValue> item
) sealed = ICollection<KeyValuePair<TKey, TValue>>::Contains
private abstract ICollection_Contains :
item : KeyValuePair<'TKey, 'TValue> -> bool
private override ICollection_Contains :
item : KeyValuePair<'TKey, 'TValue> -> bool
Parameters
- item
- Type: System.Collections.GenericKeyValuePairTKey, TValue
Return Value
Type:
BooleanImplements
ICollectionTContains(T)See Also