ImmutableArray<T>.Clear Methode

Definition

Gibt ein Array zurück, dessen 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, dessen Elemente entfernt wurden.

Gilt für: