IImmutableSet<T>.Intersect(IEnumerable<T>) Metodo

Definizione

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

public:
 System::Collections::Immutable::IImmutableSet<T> ^ Intersect(System::Collections::Generic::IEnumerable<T> ^ other);
public System.Collections.Immutable.IImmutableSet<T> Intersect (System.Collections.Generic.IEnumerable<T> other);
abstract member Intersect : seq<'T> -> System.Collections.Immutable.IImmutableSet<'T>
Public Function Intersect (other As IEnumerable(Of T)) As IImmutableSet(Of T)

Parametri

other
IEnumerable<T>

Raccolta da confrontare con l'oggetto IImmutableSet<T> corrente.

Restituisce

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

Si applica a