C# 클래스 Tanka.Markdown.Blocks.Paragraph

상속: Block
파일 보기 프로젝트 열기: pekkah/Tanka.Markdown

공개 메소드들

메소드 설명
IsEmpty ( ) : bool
Paragraph ( StringRange parent, int start, int end, IEnumerable spans ) : System.Collections.Generic
Replace ( Span target, LinkSpan withThis ) : void

메소드 상세

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

Paragraph() 공개 메소드

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

Replace() 공개 메소드

public Replace ( Span target, LinkSpan withThis ) : void
target Span
withThis LinkSpan
리턴 void