Show / Hide Table of Contents

Class PaywallString

Inheritance
object
PaywallString
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 PaywallString : IString

Constructors

View Source

PaywallString(string, string)

Declaration
public PaywallString(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