Show / Hide Table of Contents

Class NamedStringFunction

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

Constructors

View Source

NamedStringFunction(string)

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

Methods

View Source

Clone()

Declaration
public IString Clone()
Returns
Type Description
IString

Implements

IString

Extension Methods

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