Show / Hide Table of Contents

Class NamedBoolFunction

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

Constructors

View Source

NamedBoolFunction(string)

Declaration
public NamedBoolFunction(string name)
Parameters
Type Name Description
string name

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