Class Negation
Inheritance
System.Object
Negation
Implements
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 Negation : IBool
Constructors
| Improve this Doc View SourceNegation(IBool)
Declaration
public Negation(IBool Bool)
Parameters
| Type | Name | Description |
|---|---|---|
| IBool | Bool |
Fields
| Improve this Doc View SourceBool
Declaration
public IBool Bool
Field Value
| Type | Description |
|---|---|
| IBool |
Properties
| Improve this Doc View SourceValue
Declaration
public bool Value { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceClone()
Declaration
public IBool Clone()
Returns
| Type | Description |
|---|---|
| IBool |