|
TwoWayDictionaryTFirst, TSecondKeys 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<TFirst> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of TFirst)
Get
Request Example
View SourceProperty Value
Type:
ICollectionTFirstSee Also