Show / Hide Table of Contents

Struct LanguageKey

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

Constructors

View Source

LanguageKey(string)

Create an LanguageKey which matches any call with this key.

Declaration
public LanguageKey(string Key)
Parameters
Type Name Description
string Key
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
string Sheet
string Key

Fields

View Source

Key

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

Sheet

Declaration
public readonly string? Sheet
Field Value
Type Description
string

Methods

View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
ValueType.GetHashCode()
View Source

ToString()

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

Extension Methods

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