Search Results for

    Show / Hide Table of Contents

    Class IntegerHolder

    Class to hold an integer value passed by reference.

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

    Constructors

    IntegerHolder()

    Initializes a new instance of the IntegerHolder class.

    Declaration
    public IntegerHolder()

    IntegerHolder(Int32)

    Initializes a new instance of the IntegerHolder class.

    Declaration
    public IntegerHolder(int value)
    Parameters
    Type Name Description
    System.Int32 value

    The value.

    Properties

    Value

    Gets or sets the value.

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