Constructor PlessVariant
PlessVariant(string)
Creates variant with the default value of the string type.
public PlessVariant(string v)
Parameters
vstringDefault value.
PlessVariant(object)
Creates variant with the default value of the object type.
public PlessVariant(object v)
Parameters
vobjectDefault value.
PlessVariant(bool)
Creates variant with the default value of the bool type.
public PlessVariant(bool v)
Parameters
vboolDefault value.
PlessVariant(char)
Creates variant with the default value of the char type.
public PlessVariant(char v)
Parameters
vcharDefault value.
PlessVariant(long)
Creates variant with the default value of the long type.
public PlessVariant(long v)
Parameters
vlongDefault value.
PlessVariant(ulong)
Creates variant with the default value of the ulong type.
public PlessVariant(ulong v)
Parameters
vulongDefault value.
PlessVariant(float)
Creates variant with the default value of the float type.
public PlessVariant(float v)
Parameters
vfloatDefault value.
PlessVariant(double)
Creates variant with the default value of the double type.
public PlessVariant(double v)
Parameters
vdoubleDefault value.
PlessVariant(decimal)
Creates variant with the default value of the decimal type.
public PlessVariant(decimal v)
Parameters
vdecimalDefault value.
PlessVariant(DateTime)
Creates variant with the default value of the DateTime type.
public PlessVariant(DateTime v)
Parameters
vDateTimeDefault value.