Show / Hide Table of Contents

Class Conjunction

Inheritance
object
Conjunction
Implements
IBool
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class Conjunction : IBool

Constructors

View Source

Conjunction()

Declaration
public Conjunction()
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
Type Name Description
IEnumerable<IBool> bools

Fields

View Source

bools

Declaration
public List<IBool> bools
Field Value
Type Description
List<IBool>

Properties

View Source

Value

Declaration
public bool Value { get; }
Property Value
Type Description
bool

Methods

View Source

AndWith(IBool)

Declaration
public void AndWith(IBool b)
Parameters
Type Name Description
IBool b
View Source

Clone()

Declaration
public IBool Clone()
Returns
Type Description
IBool

Implements

IBool

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX