[]
        
(Showing Draft Content)

C1.DataCollection.C1LengthList-1.SetItem

SetItem Method

SetItem(int, T)

Sets an item at the specified index.

Declaration
public T SetItem(int index, T value)
Public Function SetItem(index As Integer, value As T) As T
Parameters
Type Name Description
int index

The index to set the value.

T value

The value to be set.

Returns
Type Description
T

Returns a delta value indicating the difference between the previous and the set value.