RemoveAtIndex

RemoveAtIndex(IList, int, ListInstanceType)

public IList RemoveAtIndex(IList instance, int index, ListInstanceType instanceType) ;

Description

Remove an element.

Parameters

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

Returns

The resulting instance of the change