Search Results for

    Show / Hide Table of Contents

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