Class Disjunction
Assembly: ItemChanger.dll
Syntax
public class Disjunction : IBool
Constructors
View Source
Disjunction()
Declaration
View Source
Disjunction(params IBool[])
Declaration
public Disjunction(params IBool[] bools)
Parameters
| Type |
Name |
Description |
| IBool[] |
bools |
|
View Source
Disjunction(IEnumerable<IBool>)
Declaration
public Disjunction(IEnumerable<IBool> bools)
Parameters
Fields
View Source
bools
Declaration
Field Value
Properties
View Source
Value
Declaration
public bool Value { get; }
Property Value
Methods
View Source
Clone()
Declaration
Returns
View Source
OrWith(IBool)
Declaration
public void OrWith(IBool b)
Parameters
| Type |
Name |
Description |
| IBool |
b |
|
Implements
Extension Methods