IReadOnlyMap<TKey,TValue>.GetValues Method
Summary
Represents method
GetValues
.
Namespace
:
Spring.Collections
Syntax
Delphi
public function GetValues:
IReadOnlyCollection
<
TValue
>;
Return Value
Type:
IReadOnlyCollection
<
TValue
>
See Also
Reference
IReadOnlyMap<TKey,TValue>
Spring.Collections