 | IEntryView<TKey, TValue>.GetValue Method |
Returns the value of the entry.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
SyntaxFunction GetValue As TValue
abstract GetValue : unit -> 'TValue
Return Value
Type:
TValuevalue
RemarksReturns the value of the entry.
See Also