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