Click or drag to resize

IHListTSet Method

Replaces the element at the specified position in this list with the specified element.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
T Set(
	int index,
	T element
)

Parameters

index
Type: SystemInt32
index index of the element to replace
element
Type: T
element to be stored at the specified position

Return Value

Type: T
See Also