Class BoxedBool
IBool which represents a constant value.
Inherited Members
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class BoxedBool : IWritableBool, IBool
Constructors
View SourceBoxedBool(bool)
Declaration
public BoxedBool(bool Value)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | Value |
Properties
View SourceValue
Declaration
public bool Value { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceClone()
Declaration
public IBool Clone()
Returns
| Type | Description |
|---|---|
| IBool |