Class ShortHolder
Class to hold a short value passed by reference.
Inheritance
System.Object
ShortHolder
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class ShortHolder : object
Constructors
ShortHolder()
Initializes a new instance of the ShortHolder class.
Declaration
public ShortHolder()
ShortHolder(Int16)
Initializes a new instance of the ShortHolder class.
Declaration
public ShortHolder(short value)
Parameters
Type | Name | Description |
---|---|---|
System.Int16 | value | The value. |
Properties
Value
Gets or sets the value.
Declaration
public short Value { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |