Search Results for

    Show / Hide Table of Contents

    Class ShortHolder

    Class to hold a short value passed by reference.

    Inheritance
    System.Object
    ShortHolder
    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 ShortHolder

    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.14.6