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