C# Class Tanka.Markdown.Blocks.Paragraph

Inheritance: Block
Afficher le fichier Open project: pekkah/Tanka.Markdown

Méthodes publiques

Méthode Description
IsEmpty ( ) : bool
Paragraph ( StringRange parent, int start, int end, IEnumerable spans ) : System.Collections.Generic
Replace ( Span target, LinkSpan withThis ) : void

Method Details

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Paragraph() public méthode

public Paragraph ( StringRange parent, int start, int end, IEnumerable spans ) : System.Collections.Generic
parent StringRange
start int
end int
spans IEnumerable
Résultat System.Collections.Generic

Replace() public méthode

public Replace ( Span target, LinkSpan withThis ) : void
target Span
withThis LinkSpan
Résultat void