Class Negation
Implements
Inherited Members
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class Negation : IBool
Constructors
View SourceNegation(IBool)
Declaration
public Negation(IBool Bool)
Parameters
| Type | Name | Description |
|---|---|---|
| IBool | Bool |
Fields
View SourceBool
Declaration
public IBool Bool
Field Value
| Type | Description |
|---|---|
| IBool |
Properties
View SourceValue
Declaration
public bool Value { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceClone()
Declaration
public IBool Clone()
Returns
| Type | Description |
|---|---|
| IBool |