TMultiMapBase<TKey,TValue>.GetKeys Method
Summary
Represents method
GetKeys
.
Namespace
:
Spring.Collections.MultiMaps
Syntax
Delphi
protected function GetKeys:
IReadOnlyCollection
<
TKey
>; override;
Return Value
Type:
IReadOnlyCollection
<
TKey
>
Overrides
TMapBase<TKey,T>.GetKeys
See Also
Reference
TMultiMapBase<TKey,TValue>
Spring.Collections.MultiMaps