IHListTGet Method Hazelcast .Net Client Class Library
Returns the element in the specified position in this list

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

T Get(
	int index
)

Parameters

index
Type: SystemInt32
index of the element to return

Return Value

Type: T
the element at the specified position in the list
See Also

Reference