ImmutableArray<T>::Clear Method ()

 

Returns an array with all the elements removed.

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

public:
ImmutableArray<T> Clear()

Return Value

Type: System.Collections.Immutable::ImmutableArray<T>

An array with all of the elements removed.

Return to top
Show: