C# 클래스 UniversalMarkdown.Parse.Elements.TextRunInline

Represents a span containing plain text.
상속: MarkdownInline, IInlineLeaf
파일 보기 프로젝트 열기: QuinnDamerell/UniversalMarkdown 1 사용 예제들

공개 메소드들

메소드 설명
TextRunInline ( ) : System

Initializes a new text span.

ToString ( ) : string

Converts the object into it's textual representation.

비공개 메소드들

메소드 설명
Parse ( string markdown, int start, int end ) : TextRunInline

Parses unformatted text.

ResolveEscapeSequences ( string markdown, int start, int end ) : string

Parses unformatted text.

메소드 상세

TextRunInline() 공개 메소드

Initializes a new text span.
public TextRunInline ( ) : System
리턴 System

ToString() 공개 메소드

Converts the object into it's textual representation.
public ToString ( ) : string
리턴 string