Class TranslatorComment
Represents a comment provided by the translator.
Inherited Members
Namespace: MGR.PortableObject.Comments
Assembly: MGR.PortableObject.dll
Syntax
public class TranslatorComment : PortableObjectCommentBase
Constructors
| Edit this page View SourceTranslatorComment(string)
Creates a new instance of TranslatorComment.
Declaration
public TranslatorComment(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | The comment provided by the translator. |