Search Results for

    Show / Hide Table of Contents

    Class TranslatorComment

    Represents a comment provided by the translator.

    Inheritance
    object
    PortableObjectCommentBase
    TranslatorComment
    Inherited Members
    PortableObjectCommentBase.Text
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: MGR.PortableObject.Comments
    Assembly: MGR.PortableObject.dll
    Syntax
    public class TranslatorComment : PortableObjectCommentBase

    Constructors

    | Edit this page View Source

    TranslatorComment(string)

    Creates a new instance of TranslatorComment.

    Declaration
    public TranslatorComment(string text)
    Parameters
    Type Name Description
    string text

    The comment provided by the translator.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX