Show / Hide Table of Contents

Class Conjunction

Inheritance
System.Object
Conjunction
Implements
IBool
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 Conjunction : IBool

Constructors

| Improve this Doc View Source

Conjunction()

Declaration
public Conjunction()
| Improve this Doc View Source

Conjunction(IEnumerable<IBool>)

Declaration
public Conjunction(IEnumerable<IBool> bools)
Parameters
Type Name Description
IEnumerable<IBool> bools
| Improve this Doc View Source

Conjunction(IBool[])

Declaration
public Conjunction(params IBool[] bools)
Parameters
Type Name Description
IBool[] bools

Fields

| Improve this Doc View Source

bools

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

Properties

| Improve this Doc View Source

Value

Declaration
public bool Value { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

AndWith(IBool)

Declaration
public void AndWith(IBool b)
Parameters
Type Name Description
IBool b
| Improve this Doc View Source

Clone()

Declaration
public IBool Clone()
Returns
Type Description
IBool

Implements

IBool

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX