Search Results for

    Show / Hide Table of Contents

    Class MarkdownTextToken

    Inheritance
    Object
    MarkdownTextToken
    Implements
    IMarkdownToken
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.DocAsCode.MarkdownLite
    Assembly: Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public class MarkdownTextToken : IMarkdownToken

    Constructors

    | Improve this Doc View Source

    MarkdownTextToken(IMarkdownRule, IMarkdownContext, String, SourceInfo)

    Declaration
    public MarkdownTextToken(IMarkdownRule rule, IMarkdownContext context, string content, SourceInfo sourceInfo)
    Parameters
    Type Name Description
    IMarkdownRule rule
    IMarkdownContext context
    String content
    SourceInfo sourceInfo

    Properties

    | Improve this Doc View Source

    Content

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

    Context

    Declaration
    public IMarkdownContext Context { get; }
    Property Value
    Type Description
    IMarkdownContext
    | Improve this Doc View Source

    Rule

    Declaration
    public IMarkdownRule Rule { get; }
    Property Value
    Type Description
    IMarkdownRule
    | Improve this Doc View Source

    SourceInfo

    Declaration
    public SourceInfo SourceInfo { get; }
    Property Value
    Type Description
    SourceInfo

    Implements

    IMarkdownToken

    Extension Methods

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