TMultiMapBase<TKey,TValue>.Keys Property
Summary
Represents property
Keys
.
Namespace
:
Spring.Collections.MultiMaps
Syntax
Delphi
public property Keys:
IReadOnlyCollection
<
TKey
> read
GetKeys
;
Property Value
Type:
IReadOnlyCollection
<
TKey
>
See Also
Reference
TMultiMapBase<TKey,TValue>
Spring.Collections.MultiMaps