Share via


ImmutableSortedSet<T>.ISet<T>.SymmetricExceptWith Metode

Definisi

Memodifikasi set saat ini sehingga hanya berisi elemen yang ada baik dalam set saat ini atau dalam koleksi yang ditentukan, tetapi tidak keduanya.

 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

Parameter

other
IEnumerable<T>

Koleksi untuk dibandingkan dengan set saat ini.

Penerapan

Keterangan

Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan ImmutableSortedSet<T> ke ISet<T> antarmuka.

Paket System.Collections.Immutable NuGet

Tentang koleksi yang tidak dapat diubah dan cara menginstal

Berlaku untuk