ImmutableSortedSet<T>.IImmutableSet<T>.Intersect Metodo

Definizione

Crea un set non modificabile che contiene gli elementi esistenti sia in questo set che nel set specificato.

 virtual System::Collections::Immutable::IImmutableSet<T> ^ System.Collections.Immutable.IImmutableSet<T>.Intersect(System::Collections::Generic::IEnumerable<T> ^ other) = System::Collections::Immutable::IImmutableSet<T>::Intersect;
System.Collections.Immutable.IImmutableSet<T> IImmutableSet<T>.Intersect (System.Collections.Generic.IEnumerable<T> other);
abstract member System.Collections.Immutable.IImmutableSet<T>.Intersect : seq<'T> -> System.Collections.Immutable.IImmutableSet<'T>
override this.System.Collections.Immutable.IImmutableSet<T>.Intersect : seq<'T> -> System.Collections.Immutable.IImmutableSet<'T>
Function Intersect (other As IEnumerable(Of T)) As IImmutableSet(Of T) Implements IImmutableSet(Of T).Intersect

Parametri

other
IEnumerable<T>

Raccolta da confrontare con il set corrente.

Restituisce

Nuovo set non modificabile che contiene gli elementi esistenti in entrambi i set.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza ImmutableSortedSet<T> a un'interfaccia IImmutableSet<T>.

Pacchetto NuGet System.Collections.Immutable

Informazioni sulle raccolte non modificabili e su come installare

Si applica a