Click or drag to resize

LocalizedDescriptionAttribute Constructor (String, Type)

Initializes a new instance of the LocalizedDescriptionAttribute class.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public LocalizedDescriptionAttribute(
	string resourceKey,
	Type resourceType
)

Parameters

resourceKey
Type: SystemString
The key with which the description must be retrieved from the resources.
resourceType
Type: SystemType
The type of the resources that contains the description.
See Also