IntList Constructor (Int32) |
Initializes a new instance of the
IntList class
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public IntList(
params int[] values
)
Public Sub New (
ParamArray values As Integer()
)
Parameters
- values
- Type: SystemInt32
[Missing <param name="values"/> documentation for "M:Stimulsoft.Report.IntList.#ctor(System.Int32[])"]
See Also