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