ImmutableArray<T>::ICollection<T>::Remove Method (T)

 

Throws NotSupportedException in all cases.

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

private:
virtual bool Remove(
	T item
) sealed = ICollection<T>::Remove

Parameters

item
Type: T

The object to remove from the array.

Return Value

Type: System::Boolean

Throws NotSupportedExceptionin all cases.

This member is an explicit interface member implementation. It can be used only when the ImmutableArray<T> instance is cast to an ICollection<T> interface.

Return to top
Show: