'DeclarationPublic Function New( _ ByVal key As String, _ ByVal text As LocalizedText _ )
'UsageDim key As String Dim text As LocalizedText Dim instance As New TranslationInfo(key, text)
public TranslationInfo( string key, LocalizedText text )
public: TranslationInfo( String^ key, LocalizedText^ text )
Parameters
- key
- text