Search Results for

    Show / Hide Table of Contents

    Class ReferencesComment

    Represents the references to a program's source code.

    Inheritance
    object
    PortableObjectCommentBase
    ReferencesComment
    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 ReferencesComment : PortableObjectCommentBase

    Constructors

    | Edit this page View Source

    ReferencesComment(string)

    Creates a new instance of ReferencesComment.

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

    The references of the source code.

    Properties

    | Edit this page View Source

    References

    Gets the references of the translation entry.

    Declaration
    public IEnumerable<SourceCodeReference> References { get; }
    Property Value
    Type Description
    IEnumerable<SourceCodeReference>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX