APRlib

SupportClass.ListCollectionSupport.Set Method 

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

public virtual object Set(
   int index,
   object element
);

Parameters

index
Index of element to replace.
element
Element to be stored at the specified position.

Return Value

The element previously at the specified position.

See Also

SupportClass.ListCollectionSupport Class | (global) Namespace