Show / Hide Table of Contents

Class Disjunction

Inheritance
object
Disjunction
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 Disjunction : IBool

Constructors

View Source

Disjunction()

Declaration
public Disjunction()
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
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

Clone()

Declaration
public IBool Clone()
Returns
Type Description
IBool
View Source

OrWith(IBool)

Declaration
public void OrWith(IBool b)
Parameters
Type Name Description
IBool b

Implements

IBool

Extension Methods

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