Constructor()

Namespace ›› System ›› MfByteList ›› Methods ››
Parent Previous Next

Constructor()

Initializes a new instance of the MfByteList class.

OutputVar := new MfBinaryList([Size, Default])

Constructor([Size, Default])

Initializes a new instance of the MfByteList class.

Size

Optional. The initial number of elements to add to the instance.
Default value is 0

Default

Optional, the default value of elements added by if size is greater then zero.
Default value is 0

Throws

Throws MfArgumentOutOfRangeException if Size is less then 0
Throws MfArgumentOutOfRangeException if Default is less then 0 or greater then 255

Remarks

Initializes a new instance of the MfByteList class.