ImmutableSortedSet<T>.ISet<T>.IntersectWith Método

Definição

Modifica o conjunto atual para que ele contenha apenas elementos que também estejam em uma coleção especificada.

 virtual void System.Collections.Generic.ISet<T>.IntersectWith(System::Collections::Generic::IEnumerable<T> ^ other) = System::Collections::Generic::ISet<T>::IntersectWith;
void ISet<T>.IntersectWith (System.Collections.Generic.IEnumerable<T> other);
abstract member System.Collections.Generic.ISet<T>.IntersectWith : seq<'T> -> unit
override this.System.Collections.Generic.ISet<T>.IntersectWith : seq<'T> -> unit
Sub IntersectWith (other As IEnumerable(Of T)) Implements ISet(Of T).IntersectWith

Parâmetros

other
IEnumerable<T>

A coleção a ser comparada com o conjunto atual.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de ImmutableSortedSet<T> é convertida em uma interface de ISet<T>.

Pacote NuGet System.Collections.Immutable

Sobre coleções imutáveis e como instalar

Aplica-se a