ObservableDictionaryTKey, TValueContainsKey Method |
ContainsKey(TKey)
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 ContainsKey(
TKey key
)
Public Function ContainsKey (
key As TKey
) As Boolean
public:
virtual bool ContainsKey(
TKey key
) sealed
abstract ContainsKey :
key : 'TKey -> bool
override ContainsKey :
key : 'TKey -> bool
Parameters
- key
- Type: TKey
Documentation in progress...
Return Value
Type:
Boolean Documentation in progress...
Implements
IDictionaryTKey, TValueContainsKey(TKey)See Also