C# 클래스 XText.XTextParser

파일 보기 프로젝트 열기: JakeGinnivan/XText

공개 메소드들

메소드 설명
Parse ( string str ) : XTextElement

비공개 메소드들

메소드 설명
ParseBlock ( string str ) : XTextElement
ParseInlineString ( string str ) : XInline
ParseNextInline ( string str, string delimiter, int start, ICollection inlines, XInline>.Func factory ) : string
RemoveEscapedMarkdown ( string substring ) : string

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string str ) : XTextElement
str string
리턴 XTextElement