Initializes a new instance of the MfByteList class.
OutputVar := new MfBinaryList([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 MfArgumentOutOfRangeException if Size is less then 0
Throws MfArgumentOutOfRangeException if Default is less then 0 or greater then 255
Initializes a new instance of the MfByteList class.