ImmutableArray<T>.Clear Methode

Definition

Gibt ein Array zurück, bei dem alle Elemente entfernt wurden.

public:
 System::Collections::Immutable::ImmutableArray<T> Clear();
public System.Collections.Immutable.ImmutableArray<T> Clear();
member this.Clear : unit -> System.Collections.Immutable.ImmutableArray<'T>
Public Function Clear () As ImmutableArray(Of T)

Gibt zurück

Ein Array mit allen entfernten Elementen.

Gilt für: