ImmutableArray<T>.Clear Méthode

Définition

Retourne un tableau avec tous les éléments supprimés.

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)

Retours

Tableau avec tous les éléments supprimés.

S’applique à