| Overload | Description |
|---|---|
| NPointList Constructor() | Default constructor |
| NPointList Constructor(NPoint[]) | Creates a new list that holds the items of the specified array. Copies the content of the passed array. |
| NPointList Constructor(Int32) | Initializer constructor |
| NPointList Constructor(INIterator<NPoint>) | Initializer constructor |
| NPointList Constructor(INIterable<NPoint>) | Initializer constructor. |