Show / Hide Table of Contents

Interface IBool

Interface which can supply a bool value. Used frequently for serializable bool tests.

Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public interface IBool

Properties

| Improve this Doc View Source

Value

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

Methods

| Improve this Doc View Source

Clone()

Declaration
IBool Clone()
Returns
Type Description
IBool

Extension Methods

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