Show / Hide Table of Contents

Class LanguageString

Inheritance
object
LanguageString
Implements
IString
Inherited Members
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 LanguageString : IString

Constructors

View Source

LanguageString(string, string)

Declaration
public LanguageString(string sheet, string key)
Parameters
Type Name Description
string sheet
string key

Fields

View Source

key

Declaration
public string key
Field Value
Type Description
string
View Source

sheet

Declaration
public string sheet
Field Value
Type Description
string

Properties

View Source

Value

Declaration
public string Value { get; }
Property Value
Type Description
string

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