Constructor()

Namespace ›› System ›› MfNibbleList ›› Methods ››
Parent Previous Next

Constructor()

Initializes a new instance of the MfNibbleList class.

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

Constructor([Size, Default])

Initializes a new instance of the MfNibbleList 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 15

Remarks

Initializes a new instance of the MfNibbleList class.