LocalizedDescriptionAttribute Constructor

Attribute used to translate enums.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public LocalizedDescriptionAttribute(
	string resourceKey,
	Type resourceType
)

Parameters

resourceKey  String
String with the resource used to translate.
resourceType  Type
Type with the resource with localized strings.

See Also