ImmutableArray<T>::IImmutableList<T>::Clear Method ()
Returns an array with all the elements removed.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Return Value
Type: System.Collections.Immutable::IImmutableList<T>^Returns an array with all the elements removed.
Implements
IImmutableList<T>::Clear()This member is an explicit interface member implementation. It can be used only when the ImmutableArray<T> instance is cast to an IImmutableList<T> interface.
Show: