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
)
Public Sub ExceptWith (
other As IEnumerable(Of T)
)
public:
void ExceptWith(
IEnumerable<T>^ other
)
member ExceptWith :
other : IEnumerable<'T> -> unit
Parameters
- other
- Type: System.Collections.GenericIEnumerableT
enumerable with items to remove
See Also