Class Boolean
A Value representing a boolean value.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: IPA.Config.Data
Assembly: IPA.Loader.dll
Syntax
public sealed class Boolean : Value
Constructors
| Improve this Doc View SourceBoolean()
Constructs an empty Boolean object.
Declaration
[Obsolete("Use the long constructor.")]
public Boolean()
Boolean(Boolean)
Constructs a Boolean object containing the provided value.
Declaration
public Boolean(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value | The value to construct with. |
Properties
| Improve this Doc View SourceValue
The actual value fo this Boolean object.
Declaration
public bool Value { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceToString()
Converts this Value into a human-readable format.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | the result of |