Click or drag to resize

StringResourceKey Constructor

Initializes a new instance of the StringResourceKey struct.

Namespace: Altaxo
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public StringResourceKey(
	string key,
	string exampleValue,
	string description
)

Parameters

key  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.
See Also