Click or drag to resize

CurveList Constructor

Overload List
  NameDescription
Public methodCurveList
Initializes a new empty list of curves.
Public methodCurveList(IEnumerableCurve)
Initializes a new list that is filled with all items of the input enumerable.

Input items are not explicitly duplicated (this is a shallow copy).

Public methodCurveList(Int32)
Initializes a new empty list of curves with a predefined capacity.

This is the amount of items the list will accept before resizing.

Top
See Also