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 |