C# Class Tanka.Markdown.Blocks.List

Inheritance: Block
Mostra file Open project: pekkah/Tanka.Markdown Class Usage Examples

Public Methods

Method Description
List ( StringRange parent, int start, int end, bool isOrdered, IEnumerable items ) : System.Collections.Generic

Method Details

List() public method

public List ( StringRange parent, int start, int end, bool isOrdered, IEnumerable items ) : System.Collections.Generic
parent StringRange
start int
end int
isOrdered bool
items IEnumerable
return System.Collections.Generic