IHListTAdd Method (Int32, T)Hazelcast .Net Client Class Library
Inserts the specified element at the specified position in this list. Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).

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

void Add(
	int index,
	T element
)

Parameters

index
Type: SystemInt32
index at which the specified element is to be inserted
element
Type: T
element to be inserted
See Also

Reference