Class Disjunction
Inheritance
System.Object
Disjunction
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 Disjunction : IBool
Constructors
| Improve this Doc View SourceDisjunction()
Declaration
public Disjunction()
Disjunction(IEnumerable<IBool>)
Declaration
public Disjunction(IEnumerable<IBool> bools)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IBool> | bools |
Disjunction(IBool[])
Declaration
public Disjunction(params IBool[] bools)
Parameters
Type | Name | Description |
---|---|---|
IBool[] | bools |
Fields
| Improve this Doc View Sourcebools
Declaration
public List<IBool> bools
Field Value
Type | Description |
---|---|
List<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 |
OrWith(IBool)
Declaration
public void OrWith(IBool b)
Parameters
Type | Name | Description |
---|---|---|
IBool | b |