Designates a resource key that will be used to retrieve a resource string. This struct is immutable. Store instances of this struct in static fields. This will help external programs to prove that for all resource keys there exists corresponding entries.
Constructor | Description |
Full Usage:
StringResourceKey(key, exampleValue, description)
Parameters:
string
-
The resource key.
exampleValue : string
-
An example of the resource string (always in the english language).
description : string
-
The description of the resource string to help translating it into other languages.
|
|
Instance member | Description |
Full Usage:
this.Description
Returns: string
|
Gets the description of the resource string to help translating it into other languages.
|
Full Usage:
this.ExampleStringValue
Returns: string
|
Gets an example of the resource string value (always in english).
|
Full Usage:
this.Key
Returns: string
|
Gets the resource key.
|
Full Usage:
this.ToString
Returns: string
Modifiers: abstract |
|