ShortReference Constructor
Constructor in ShortReference
Declaration
public ShortReference()
Description
Creates a new short reference.
Overload
Declaration
public ShortReference(short value)
Description
Creates a new short reference with the fixed value.
Parameters
value | The fixed value to set. |
Overload
Declaration
public ShortReference(ShortVariable variable)
Description
Creates a new short reference to the variable value.
Parameters
variable | The variable to reference. |