btb-class

SortedSet(TItem).ExceptWith Method

Remove items contained in the specified IEnumerable{T}.

public void SortedSet(
   IEnumerable<TItem> enumerable
);

Parameters

enumerable
enumerable containing items that should not be contained in the set

See Also

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