Show / Hide Table of Contents

Class Negation

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

Constructors

View Source

Negation(IBool)

Declaration
public Negation(IBool Bool)
Parameters
Type Name Description
IBool Bool

Fields

View Source

Bool

Declaration
public IBool Bool
Field Value
Type Description
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

Implements

IBool

Extension Methods

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