ImmutableArray<T>::ICollection<T>::Remove Method (T)
Throws NotSupportedException in all cases.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- item
-
Type:
T
The object to remove from the array.
Implements
ICollection<T>::Remove(T)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.
Show: