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

valueThe fixed value to set.

Overload

Declaration

public ShortReference(ShortVariable variable)

Description

Creates a new short reference to the variable value.

Parameters

variableThe variable to reference.