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

Represents a list, with each list item proceeded by either a number or a bullet.
상속: MarkdownBlock
파일 보기 프로젝트 열기: QuinnDamerell/UniversalMarkdown 1 사용 예제들

공개 메소드들

메소드 설명
ListBlock ( ) : System

Initializes a new list block.

ToString ( ) : string

Converts the object into it's textual representation.

비공개 메소드들

메소드 설명
AppendTextToListItem ( ListItemBlock listItem, string markdown, int start, int end ) : void

Parsing helper method.

Parse ( string markdown, int start, int maxEnd, int quoteDepth, int &actualEnd ) : ListBlock

Parses a list block.

ParseItemPreamble ( string markdown, int start, int maxEnd ) : ListItemPreamble

Parsing helper method.

ReplaceStringBuilders ( ListBlock list ) : bool

Parsing helper.

메소드 상세

ListBlock() 공개 메소드

Initializes a new list block.
public ListBlock ( ) : System
리턴 System

ToString() 공개 메소드

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