Class MissingString
class is used to register missing localization strings ///
Inheritance
System.Object
MissingString
Assembly: Eco.Shared.dll
Syntax
public class MissingString : Object
Constructors
MissingString()
Declaration
Properties
Loaded
Declaration
public bool Loaded { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Stack
Declaration
public string Stack { get; set; }
Property Value
| Type |
Description |
| System.String |
|
String
Declaration
public string String { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string StringFormat { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string StringStackFormat { get; }
Property Value
| Type |
Description |
| System.String |
|
Extension Methods