Click or drag to resize

VelocityDbHashSetTExceptWith Method

Remove items in other from this set. Modifies this set.

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public void ExceptWith(
	IEnumerable<T> other
)

Parameters

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