ImmutableSortedSet<T>.Builder.IntersectWith Metodo

Definizione

Modifica il set corrente in modo che contenga solo elementi inclusi anche in una raccolta specificata.

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

Parametri

other
IEnumerable<T>

Raccolta da confrontare con il set corrente.

Implementazioni

Si applica a