BindingElementCollection.RemoveAll<T> Metoda

Definicja

Usuwa wszystkie elementy powiązania określonego typu z kolekcji elementów powiązania.

public:
generic <typename T>
 System::Collections::ObjectModel::Collection<T> ^ RemoveAll();
public System.Collections.ObjectModel.Collection<T> RemoveAll<T> ();
member this.RemoveAll : unit -> System.Collections.ObjectModel.Collection<'T>
Public Function RemoveAll(Of T) () As Collection(Of T)

Parametry typu

T

Element Type do znalezienia.

Zwraca

Collection<T> Znaleziono wszystkie elementy typuType.

Dotyczy