| IHListTGet Method |
Returns the element in the specified position in this list
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax Function Get (
index As Integer
) As T
abstract Get :
index : int -> 'T
Parameters
- index
- Type: SystemInt32
index of the element to return
Return Value
Type:
Tthe element at the specified position in the list
See Also