| Overload | Description |
|---|---|
| Int16Collection Constructor() | Initializes an empty collection. |
| Int16Collection Constructor(Int32) | Initializes the collection and specifies the capacity |
| Int16Collection Constructor(IEnumerable<Int16>) | Initializes the collection and populates it with the values passed-in |