C# Class Tanka.Markdown.Inline.InlineParser

Afficher le fichier Open project: pekkah/Tanka.Markdown

Méthodes publiques

Méthode Description
InlineParser ( ) : System.Collections.Generic
Parse ( StringRange content ) : IEnumerable

Private Methods

Méthode Description
GetBuilder ( int position, StringRange content ) : SpanBuilder
ParseCore ( StringRange content ) : IEnumerable

Method Details

InlineParser() public méthode

public InlineParser ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Parse() public méthode

public Parse ( StringRange content ) : IEnumerable
content StringRange
Résultat IEnumerable