Constructor PlessVariant
PlessVariant(string)
Creates variant with the default value of the string type.
public PlessVariant(string v)
Parameters
v
stringDefault value.
PlessVariant(object)
Creates variant with the default value of the object type.
public PlessVariant(object v)
Parameters
v
objectDefault value.
PlessVariant(bool)
Creates variant with the default value of the bool type.
public PlessVariant(bool v)
Parameters
v
boolDefault value.
PlessVariant(char)
Creates variant with the default value of the char type.
public PlessVariant(char v)
Parameters
v
charDefault value.
PlessVariant(long)
Creates variant with the default value of the long type.
public PlessVariant(long v)
Parameters
v
longDefault value.
PlessVariant(ulong)
Creates variant with the default value of the ulong type.
public PlessVariant(ulong v)
Parameters
v
ulongDefault value.
PlessVariant(float)
Creates variant with the default value of the float type.
public PlessVariant(float v)
Parameters
v
floatDefault value.
PlessVariant(double)
Creates variant with the default value of the double type.
public PlessVariant(double v)
Parameters
v
doubleDefault value.
PlessVariant(decimal)
Creates variant with the default value of the decimal type.
public PlessVariant(decimal v)
Parameters
v
decimalDefault value.
PlessVariant(DateTime)
Creates variant with the default value of the DateTime type.
public PlessVariant(DateTime v)
Parameters
v
DateTimeDefault value.