Search Results for

    Show / Hide Table of Contents

    Class BooleanHolder

    Class to hold a boolean value passed by reference.

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

    Constructors

    BooleanHolder()

    Initializes a new instance of the BooleanHolder class.

    Declaration
    public BooleanHolder()

    BooleanHolder(Boolean)

    Initializes a new instance of the BooleanHolder class.

    Declaration
    public BooleanHolder(bool value)
    Parameters
    Type Name Description
    System.Boolean value

    The value.

    Properties

    Value

    Gets or sets the value.

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