Show / Hide Table of Contents

Class NamedStringFunction

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

Constructors

| Improve this Doc View Source

NamedStringFunction(String)

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

Methods

| Improve this Doc View Source

Clone()

Declaration
public IString Clone()
Returns
Type Description
IString

Implements

IString

Extension Methods

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