Class ByteHolder
Class to hold a byte value passed by reference.
Inheritance
System.Object
ByteHolder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class ByteHolder
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 |