| Overload | Description | 
|---|---|
| SmartList<T> Constructor() | Initializes a new instance of the SmartList<T> class. | 
| SmartList<T> Constructor(IEnumerable<T>) | Initializes a new instance of the SmartList<T> class. | 
| SmartList<T> Constructor(Int32) | Initializes a new instance of the SmartList<T> class. |