RemoveElement

RemoveElement(IList, object, ListInstanceType)

public IList RemoveElement(IList instance, object element, ListInstanceType instanceType) ;

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