SetT Class |
public class Set<T> : IEnumerable<T>, IEnumerable
The SetT type exposes the following members.
| Name | Description | |
|---|---|---|
| SetT | Initializes a new instance of the SetT class | |
| SetT(Int32) | Initializes a new instance of the SetT class | |
| SetT(SetT) | Initializes a new instance of the SetT class |
| Name | Description | |
|---|---|---|
| Add(IEnumerableT) | ||
| Add(T) | ||
| Clear | ||
| Contains | ||
| GetEnumerator | ||
| Remove(T) | ||
| Remove(SetT) | ||
| ToArray |