Show / Hide Table of Contents

    Class DfmFencesInlineToken

    Inheritance
    Object
    DfmFencesToken
    DfmFencesInlineToken
    Inherited Members
    DfmFencesToken.Rule
    DfmFencesToken.Context
    DfmFencesToken.Path
    DfmFencesToken.Lang
    DfmFencesToken.Name
    DfmFencesToken.Title
    DfmFencesToken.PathQueryOption
    DfmFencesToken.SourceInfo
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.Dfm
    Assembly:Microsoft.DocAsCode.Dfm.dll
    Syntax
    public class DfmFencesInlineToken : DfmFencesToken, IMarkdownToken

    Constructors

    DfmFencesInlineToken(IMarkdownRule, IMarkdownContext, String, String, SourceInfo, String, String, IDfmFencesBlockPathQueryOption)

    Declaration
    public DfmFencesInlineToken(IMarkdownRule rule, IMarkdownContext context, string name, string path, SourceInfo sourceInfo, string lang = null, string title = null, IDfmFencesBlockPathQueryOption pathQueryOption = null)
    Parameters
    Type Name Description
    IMarkdownRule rule
    IMarkdownContext context
    String name
    String path
    SourceInfo sourceInfo
    String lang
    String title
    IDfmFencesBlockPathQueryOption pathQueryOption

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX