RemoveElement
RemoveElement(IList, object, ListInstanceType)
Description
Remove an element.
Parameters
| Parameter Name | Description |
|---|---|
| instance | Instance of type IList<elementType> |
| element | The element to remove |
| instanceType | How to change the instance |
Returns
The resulting instance of the change