ImmutableSortedSet<T>.Intersect(IEnumerable<T>) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Cria um conjunto ordenado imutável que contém elementos que existem tanto neste conjunto como no conjunto especificado.
public:
System::Collections::Immutable::ImmutableSortedSet<T> ^ Intersect(System::Collections::Generic::IEnumerable<T> ^ other);
public System.Collections.Immutable.ImmutableSortedSet<T> Intersect(System.Collections.Generic.IEnumerable<T> other);
member this.Intersect : seq<'T> -> System.Collections.Immutable.ImmutableSortedSet<'T>
Public Function Intersect (other As IEnumerable(Of T)) As ImmutableSortedSet(Of T)
Parâmetros
- other
- IEnumerable<T>
O cenário para se cruzar com este.
Devoluções
Um novo conjunto ordenado imutável que contém quaisquer elementos que existam em ambos os conjuntos.