ISet<T>.ExceptWith(IEnumerable<T>) Metoda

Definice

Odebere všechny prvky v zadané kolekci z aktuální sady.

public:
 void ExceptWith(System::Collections::Generic::IEnumerable<T> ^ other);
public void ExceptWith (System.Collections.Generic.IEnumerable<T> other);
abstract member ExceptWith : seq<'T> -> unit
Public Sub ExceptWith (other As IEnumerable(Of T))

Parametry

other
IEnumerable<T>

Kolekce položek, které se mají ze sady odebrat.

Výjimky

other je null.

Poznámky

Tato metoda je operace O(n), kde n je počet prvků v parametru other .

Platí pro