Class Conjunction
Assembly: ItemChanger.dll
Syntax
public class Conjunction : IBool
Constructors
View Source
Conjunction()
Declaration
View Source
Conjunction(params IBool[])
Declaration
public Conjunction(params IBool[] bools)
Parameters
| Type |
Name |
Description |
| IBool[] |
bools |
|
View Source
Conjunction(IEnumerable<IBool>)
Declaration
public Conjunction(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
AndWith(IBool)
Declaration
public void AndWith(IBool b)
Parameters
| Type |
Name |
Description |
| IBool |
b |
|
View Source
Clone()
Declaration
Returns
Implements
Extension Methods