'Declaration Public Function New( _ ByVal descriptionResourceKey As String, _ ByVal resourceClassType As Type _ )
'Usage Dim descriptionResourceKey As String Dim resourceClassType As Type Dim instance As New LocalizedDescriptionAttribute(descriptionResourceKey, resourceClassType)
public LocalizedDescriptionAttribute( string descriptionResourceKey, Type resourceClassType )
Parameters
- descriptionResourceKey
- The description text.
- resourceClassType
- The Type of the resource.