Better SplitButton Class Reference

Set(TItem).SymmetricExceptWith Method

Change the set to contain only items common to the set and the specified enumerable.

public virtual void Set(
   IEnumerable<TItem> enumerable
);

Parameters

enumerable
items to intersect with items in the set

See Also

Set<TItem> Class | ComponentOwl.BetterSplitButton.Collections Namespace