C# Class XText.XTextParser

Afficher le fichier Open project: JakeGinnivan/XText

Méthodes publiques

Méthode Description
Parse ( string str ) : XTextElement

Private Methods

Méthode Description
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

Method Details

Parse() public static méthode

public static Parse ( string str ) : XTextElement
str string
Résultat XTextElement