IImmutableSet<T>.Intersect(IEnumerable<T>) Método

Definición

Crea un conjunto inmutable que contiene solo elementos que existen en este conjunto y en el conjunto especificado.

public System.Collections.Immutable.IImmutableSet<T> Intersect (System.Collections.Generic.IEnumerable<T> other);

Parámetros

other
IEnumerable<T>

Colección que se va a comparar con el IImmutableSet<T> actual.

Devoluciones

Nuevo conjunto inmutable que contiene elementos que existen en ambos conjuntos.

Se aplica a

Producto Versiones
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
UWP 10.0