C# Class Tanka.Markdown.Blocks.Paragraph

Inheritance: Block
ファイルを表示 Open project: pekkah/Tanka.Markdown

Public Methods

Method 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 method

public IsEmpty ( ) : bool
return bool

Paragraph() public method

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

Replace() public method

public Replace ( Span target, LinkSpan withThis ) : void
target Span
withThis LinkSpan
return void