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