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: 11.1.0.0 (11.1)
Syntax
public void ExceptWith(
	IEnumerable<T> other
)

Parameters

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