OutputVar := new MfTypeCode()
OutputVar := new MfTypeCode(num)
OutputVar := new MfTypeCode(instanceEnum)
OutputVar := new MfTypeCode(enumItem)
Creates a new instance of MfTypeCode class and set initial value to one.
Creates a new instance of MfTypeCode class and sets initial value to value of num.
Creates a new instance of MfTypeCode class an set the initial value to the value of instanceEnum.
Creates a new instance of MfTypeCode class and set its value to the MfEnum.EnumItem instance value.
num
A value representing the current selected MfEnum.EnumItem value(s) of the MfTypeCode class.
instanceEnum
an instance of MfTypeCode class whose value is used to construct this instance.
enumItem
MfEnum.EnumItem value must element of this instance
Throws MfNotSupportedException if this sealed class is extended or inherited.
Throws MfArgumentException if arguments are not correct.