Show / Hide Table of Contents

Class NamedBoolFunction

Inheritance
System.Object
NamedFunction<System.Boolean>
NamedBoolFunction
Implements
IBool
Inherited Members
NamedFunction<Boolean>.Name
NamedFunction<Boolean>.Value
NamedFunction<Boolean>.Define(String, Func<Boolean>)
NamedFunction<Boolean>.Redefine(String, Func<Boolean>)
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 NamedBoolFunction : NamedFunction<bool>, IBool

Constructors

| Improve this Doc View Source

NamedBoolFunction(String)

Declaration
public NamedBoolFunction(string name)
Parameters
Type Name Description
System.String name

Methods

| 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