Constructor()

Namespace ›› System ›› MfCharList ›› Methods ››
Parent Previous Next

Constructor()

Initializes a new instance of the MfCharList class.

OutputVar := new MfCharList([Size, Encoding])

Size

Optional. The initial number of elements to add to the instance.
Default value is 0, If Size is greater then 0 then n number of elements with the value of 0 will be added to the instance, where n is Size.

Encoding

Optional, the default encoding

Remarks

Sealed Class
Initializes a new instance of the MfCharList class.

If Encoding is omitted and current AutoHotkey Version is Unicode then Encoding will default to "UTF-16"; Otherwise Encoding will default to "cp1252"