| 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.12.2
Syntax T Set(
int index,
T element
)
Function Set (
index As Integer,
element As T
) As T
T Set(
int index,
T element
)
abstract Set :
index : int *
element : 'T -> 'T
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:
TSee Also