Search Results for

    Show / Hide Table of Contents

    Class LongHolder

    Class to hold a long value passed by reference.

    Inheritance
    System.Object
    LongHolder
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class LongHolder : object

    Constructors

    LongHolder()

    Initializes a new instance of the LongHolder class.

    Declaration
    public LongHolder()

    LongHolder(Int64)

    Initializes a new instance of the LongHolder class.

    Declaration
    public LongHolder(long value)
    Parameters
    Type Name Description
    System.Int64 value

    The value.

    Properties

    Value

    Gets or sets the value.

    Declaration
    public long Value { get; set; }
    Property Value
    Type Description
    System.Int64
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0