Interface IBool
Interface which can supply a bool value. Used frequently for serializable bool tests.
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public interface IBool
Properties
| Improve this Doc View SourceValue
Declaration
bool Value { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceClone()
Declaration
IBool Clone()
Returns
Type | Description |
---|---|
IBool |