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