ObservableDictionaryTKey, TValueKeys Property |
Gets the collection of keys in the dictionary. See Keys.
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public ICollection<TKey> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of TKey)
Get
public:
virtual property ICollection<TKey>^ Keys {
ICollection<TKey>^ get () sealed;
}
abstract Keys : ICollection<'TKey> with get
override Keys : ICollection<'TKey> with get
Return Value
Type:
ICollectionTKey Documentation in progress...
Implements
IDictionaryTKey, TValueKeysSee Also