SetElement

SetElement(IList, int, IValueGetter, ListInstanceType)

public IList SetElement(IList instance, int index, IValueGetter valueContainer, ListInstanceType instanceType) ;

Description

Set the container.

Parameters

Parameter Name Description
instance Instance of type IList<elementType>
index Index
valueContainer The container to set
instanceType How to change the instance

Returns

The resulting instance of the change