Search Results for

    Show / Hide Table of Contents

    Struct LinkSourceInfo

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    public struct LinkSourceInfo

    Properties

    | Improve this Doc View Source

    Anchor

    Declaration
    public string Anchor { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    LineNumber

    Declaration
    public int LineNumber { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    SourceFile

    Declaration
    public string SourceFile { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Target

    Declaration
    public string Target { get; set; }
    Property Value
    Type Description
    String

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX