Click or drag to resize

StringResourceKey Structure

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.
Inheritance Hierarchy
SystemObject
  SystemValueType
    AltaxoStringResourceKey

Namespace: Altaxo
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public struct StringResourceKey

The StringResourceKey type exposes the following members.

Constructors
 NameDescription
Public methodStringResourceKey Initializes a new instance of the StringResourceKey struct.
Top
Properties
 NameDescription
Public propertyDescription Gets the description of the resource string to help translating it into other languages.
Public propertyExampleStringValue Gets an example of the resource string value (always in english).
Public propertyKey Gets the resource key.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Overrides ValueTypeToString)
Top
See Also