|
ReadOnlyKeyedCollectionTKey, TValueKeys Property
|
Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public ICollection<TKey> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of TKey)
Get
Request Example
View SourceReturn Value
Type:
ICollectionTKeyAn
ICollectionT containing the keys of the object that implements
IDictionaryTKey, TValue.
See Also