Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0