MultiDictionaryBaseTKey, TValueKeys Property |
Gets a read-only collection all the keys in this dictionary.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic virtual ICollection<TKey> Keys { get; }
public:
virtual property ICollection<TKey>^ Keys {
ICollection<TKey>^ get ();
}
Property Value
Type:
ICollectionTKeyAn readonly ICollection<TKey> of all the keys in this dictionary.
Implements
IDictionaryTKey, TValueKeys
See Also