Class BooleanHolder
Class to hold a boolean value passed by reference.
Inheritance
System.Object
BooleanHolder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class BooleanHolder
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 |