LocalizedDescriptionAttribute Constructor (String, Type) | 
  
    Namespace: 
   Enkoni.Framework
    Assembly:
   Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic LocalizedDescriptionAttribute(
	string resourceKey,
	Type resourceType
)
Public Sub New ( 
	resourceKey As String,
	resourceType As Type
)
public:
LocalizedDescriptionAttribute(
	String^ resourceKey, 
	Type^ resourceType
)
new : 
        resourceKey : string * 
        resourceType : Type -> LocalizedDescriptionAttributeParameters
- 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