Search Results for

    Show / Hide Table of Contents

    Class PortableObjectCommentBase

    Represents the base class for the comments

    Inheritance
    object
    PortableObjectCommentBase
    FlagsComment
    PreviousUntranslatedStringComment
    ProgrammerComment
    ReferencesComment
    TranslatorComment
    Inherited Members
    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 abstract class PortableObjectCommentBase

    Constructors

    | Edit this page View Source

    PortableObjectCommentBase(string)

    Creates an instance of PortableObjectCommentBase.

    Declaration
    protected PortableObjectCommentBase(string text)
    Parameters
    Type Name Description
    string text

    The text of the comment.

    Properties

    | Edit this page View Source

    Text

    Gets the text of the comment.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX