Click or drag to resize

IHListTGet Method

Returns the element in the specified position in this list

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
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