Search Results for

    Show / Hide Table of Contents

    Struct SourceCodeReference

    Represent a reference in a source code.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: MGR.PortableObject.Comments
    Assembly: MGR.PortableObject.dll
    Syntax
    public struct SourceCodeReference

    Constructors

    | Edit this page View Source

    SourceCodeReference(string)

    Creates a new instance of ReferencesComment.

    Declaration
    public SourceCodeReference(string reference)
    Parameters
    Type Name Description
    string reference

    The references of the source code.

    Properties

    | Edit this page View Source

    FilePath

    Gets the file path of the reference.

    Declaration
    public readonly string FilePath { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LineNumber

    Gets the line number of the reference.

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