Click or drag to resize

VelocityDbHashSetTSymmetricExceptWith Method

Takes symmetric difference (XOR) with other and this set. Modifies this set.

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public void SymmetricExceptWith(
	IEnumerable<T> other
)

Parameters

other
Type: System.Collections.GenericIEnumerableT
enumerable with items to XOR
See Also