Overload | Description |
---|---|
SetList<T> Constructor() | Constructs a SetList |
SetList<T> Constructor(IComparer<T>) | Constructs a SetList |
SetList<T> Constructor(Int32) | Constructs a SetList |
SetList<T> Constructor(Int32,IComparer<T>) | Constructs a SetList |
SetList<T> Constructor(IEnumerable<T>) | Constructs a SetList |
SetList<T> Constructor(ICollection<T>) | Constructs a SetList |
SetList<T> Constructor(IEnumerable<T>,IComparer<T>) | Constructs a SetList |
SetList<T> Constructor(ICollection<T>,IComparer<T>) | Constructs a SetList |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7