Class LanguageGetArgs
Inheritance
System.Object
LanguageGetArgs
Inherited Members
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 LanguageGetArgs
Constructors
| Improve this Doc View SourceLanguageGetArgs(String, String, String)
Declaration
public LanguageGetArgs(string convo, string sheet, string orig)
Parameters
Type | Name | Description |
---|---|---|
System.String | convo | |
System.String | sheet | |
System.String | orig |
Fields
| Improve this Doc View Sourceconvo
Declaration
public readonly string convo
Field Value
Type | Description |
---|---|
System.String |
current
Declaration
public string current
Field Value
Type | Description |
---|---|
System.String |
orig
Declaration
public readonly string orig
Field Value
Type | Description |
---|---|
System.String |
sheet
Declaration
public readonly string sheet
Field Value
Type | Description |
---|---|
System.String |