C# 클래스 UniversalMarkdown.Parse.Elements.HorizontalRuleBlock

상속: MarkdownBlock
파일 보기 프로젝트 열기: QuinnDamerell/UniversalMarkdown 1 사용 예제들

공개 메소드들

메소드 설명
HorizontalRuleBlock ( ) : UniversalMarkdown.Helpers

Initializes a new horizontal rule block.

ToString ( ) : string

Converts the object into it's textual representation.

비공개 메소드들

메소드 설명
Parse ( string markdown, int start, int end ) : HorizontalRuleBlock

Parses a horizontal rule.

메소드 상세

HorizontalRuleBlock() 공개 메소드

Initializes a new horizontal rule block.
public HorizontalRuleBlock ( ) : UniversalMarkdown.Helpers
리턴 UniversalMarkdown.Helpers

ToString() 공개 메소드

Converts the object into it's textual representation.
public ToString ( ) : string
리턴 string