Show / Hide Table of Contents

Class LanguageGetArgs

Inheritance
object
LanguageGetArgs
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 LanguageGetArgs

Constructors

View Source

LanguageGetArgs(string, string, string)

Declaration
public LanguageGetArgs(string convo, string sheet, string orig)
Parameters
Type Name Description
string convo
string sheet
string orig

Fields

View Source

convo

Declaration
public readonly string convo
Field Value
Type Description
string
View Source

current

Declaration
public string current
Field Value
Type Description
string
View Source

orig

Declaration
public readonly string orig
Field Value
Type Description
string
View Source

sheet

Declaration
public readonly string sheet
Field Value
Type Description
string

Extension Methods

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