Class BoxedBool
IBool which represents a constant value.
Inheritance
System.Object
BoxedBool
Inherited Members
System.Object.ToString()
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: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class BoxedBool : IWritableBool, IBool
Constructors
| Improve this Doc View SourceBoxedBool(Boolean)
Declaration
public BoxedBool(bool Value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | Value |
Properties
| Improve this Doc View SourceValue
Declaration
public bool Value { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceClone()
Declaration
public IBool Clone()
Returns
Type | Description |
---|---|
IBool |