Better SplitButton Class Reference

SortedSet(TItem).UnionWith Method

Change the set to contain both items of the set and items of the specified enumerable.

public void SortedSet(
   IEnumerable<TItem> enumerable
);

Parameters

enumerable
items to union with the set

See Also

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