IInlineParsingContext Interface

IInlineParsingContext interface

Defines the IInlineParsingContext interface.

public interface IInlineParsingContext

Properties

NameDescription
Owner { get; }Get the Owner.
Reader { get; }Get the Reader.
Source { get; }Get the Source.
SyntaxFactory { get; }Get the SyntaxFactory.

Methods

NameDescription
Push(DelimiterRun)Defines the Push method.
Push(InlineSyntaxNode)Defines the Push method.

See Also