ObservableDictionaryTKey, TValueContains Method |
Contains(T)
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public bool Contains(
KeyValuePair<TKey, TValue> item
)
Public Function Contains (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
public:
virtual bool Contains(
KeyValuePair<TKey, TValue> item
) sealed
abstract Contains :
item : KeyValuePair<'TKey, 'TValue> -> bool
override Contains :
item : KeyValuePair<'TKey, 'TValue> -> bool
Parameters
- item
- Type: System.Collections.GenericKeyValuePairTKey, TValue
Documentation in progress...
Return Value
Type:
Boolean Documentation in progress...
Implements
ICollectionTContains(T)See Also