Better ListView Class Reference

Set(TItem).UnionWith Method

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

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

Parameters

enumerable
items to union with the set

See Also

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