ImmutableList<T>.Clear Metoda

Definice

Odebere všechny prvky z neměnného seznamu.

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

Návraty

Prázdný seznam, který zachovává stejnou sémantiku řazení nebo neuspořádanou sémantiku jako tato instance.

Platí pro