Show / Hide Table of Contents

Struct LanguageKey

Inherited Members
System.ValueType.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public readonly struct LanguageKey

Constructors

| Improve this Doc View Source

LanguageKey(String)

Create an LanguageKey which matches any call with this key.

Declaration
public LanguageKey(string Key)
Parameters
Type Name Description
System.String Key
| Improve this Doc View Source

LanguageKey(String, String)

Create an LanguageKey which matches any call with this sheet and key.

Declaration
public LanguageKey(string Sheet, string Key)
Parameters
Type Name Description
System.String Sheet
System.String Key

Fields

| Improve this Doc View Source

Key

Declaration
public readonly string Key
Field Value
Type Description
System.String
| Improve this Doc View Source

Sheet

Declaration
public readonly string Sheet
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

GetHashCode()

Declaration
public override readonly int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.ValueType.GetHashCode()
| Improve this Doc View Source

ToString()

Declaration
public override readonly string ToString()
Returns
Type Description
System.String
Overrides
System.ValueType.ToString()

Extension Methods

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