Condividi tramite


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

Definizione

Crea un set ordinato non modificabile che contiene elementi presenti sia in questo set che nel set specificato.

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)

Parametri

other
IEnumerable<T>

Il set da intersecare con questo.

Restituisce

Nuovo set ordinato non modificabile che contiene tutti gli elementi presenti in entrambi i set.

Si applica a