C1LocalizeExtension Constructor(String)
In This Topic
Initializes a new instance of the
C1LocalizeExtension class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public C1LocalizeExtension(
string
)
Parameters
- key
- The System.String value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key
See Also