Class PaywallString
Implements
Inherited Members
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class PaywallString : IString
Constructors
View SourcePaywallString(string, string)
Declaration
public PaywallString(string sheet, string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sheet | |
| string | key |
Fields
View Sourcekey
Declaration
public string key
Field Value
| Type | Description |
|---|---|
| string |
sheet
Declaration
public string sheet
Field Value
| Type | Description |
|---|---|
| string |
Properties
View SourceValue
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceClone()
Declaration
public IString Clone()
Returns
| Type | Description |
|---|---|
| IString |