ImmutableSortedSet<T>.ISet<T>.SymmetricExceptWith Yöntem

Tanım

Geçerli kümeyi, yalnızca geçerli kümede veya belirtilen koleksiyonda bulunan öğeleri içermesi için değiştirir, ancak her ikisini birden içermeyecektir.

 virtual void System.Collections.Generic.ISet<T>.SymmetricExceptWith(System::Collections::Generic::IEnumerable<T> ^ other) = System::Collections::Generic::ISet<T>::SymmetricExceptWith;
void ISet<T>.SymmetricExceptWith (System.Collections.Generic.IEnumerable<T> other);
abstract member System.Collections.Generic.ISet<T>.SymmetricExceptWith : seq<'T> -> unit
override this.System.Collections.Generic.ISet<T>.SymmetricExceptWith : seq<'T> -> unit
Sub SymmetricExceptWith (other As IEnumerable(Of T)) Implements ISet(Of T).SymmetricExceptWith

Parametreler

other
IEnumerable<T>

Geçerli kümeyle karşılaştıracak koleksiyon.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ISet<T> arabirime ImmutableSortedSet<T> yayınlandığında kullanılabilir.

System.Collections.Immutable NuGet paketi

Sabit koleksiyonlar ve yükleme hakkında

Şunlara uygulanır