|
MultiMapK, VKeys Property
|
return all the keys of the multi-map
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IEnumerable<K> Keys { get; }
Public ReadOnly Property Keys As IEnumerable(Of K)
Get
public:
property IEnumerable<K>^ Keys {
IEnumerable<K>^ get ();
}
member Keys : IEnumerable<'K> with get
Property Value
Type:
IEnumerableK
See Also