ImmutableArray<T>::IList::Remove Method (Object^)

 

Throws NotSupportedException in all cases.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

private:
virtual void Remove(
	Object^ value
) sealed = IList::Remove

Parameters

value
Type: System::Object^

The value to remove from the array.

Return to top
Show: