Set(TItem)
             | 
            Overloaded. Initializes a new instance of the Set(TItem) class. | 
 Add | Adds an item to the ICollection`1. | 
 AddRange | Add the specified items in the set. | 
 AsReadOnly | Get read-only variant of this collection. | 
 Clear | Removes all items from the ICollection`1. | 
 ExceptWith | Remove items contained in the specified IEnumerable{T}. | 
 Remove | Removes the first occurrence of a specific object from the ICollection`1. | 
 RemoveRange | Remove the specified items from the set. | 
 SymmetricExceptWith | Change the set to contain only items common to the set and the specified enumerable. | 
 UnionWith | Change the set to contain both items of the set and items of the specified enumerable. | 
Set<TItem> Class | ComponentOwl.BetterThumbnailBrowser.Collections Namespace