| Overload | Description |
|---|---|
| Int64Collection Constructor() | Initializes an empty collection. |
| Int64Collection Constructor(Int32) | Initializes the collection with the specified capacity. |
| Int64Collection Constructor(IEnumerable<Int64>) | Initializes the collection from another collection. |