Show / Hide Table of Contents

Class BoxedBool

IBool which represents a constant value.

Inheritance
object
BoxedBool
Implements
IWritableBool
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 BoxedBool : IWritableBool, IBool

Constructors

View Source

BoxedBool(bool)

Declaration
public BoxedBool(bool Value)
Parameters
Type Name Description
bool Value

Properties

View Source

Value

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

Methods

View Source

Clone()

Declaration
public IBool Clone()
Returns
Type Description
IBool

Implements

IWritableBool
IBool

Extension Methods

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