ImmutableArray<T>::IImmutableList<T>::Clear Method ()

 

Returns an array with all the elements removed.

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

private:
virtual IImmutableList<T>^ Clear() sealed = IImmutableList<T>::Clear

Return Value

Type: System.Collections.Immutable::IImmutableList<T>^

Returns an array with all the elements removed.

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.

Return to top
Show: