Click or drag to resize

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
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue
Documentation in progress...

Return Value

Type: Boolean
Documentation in progress...

Implements

ICollectionTContains(T)
See Also