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

Definição

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.

Aplica-se a