C# Class Tanka.Markdown.Blocks.List

Inheritance: Block
Afficher le fichier Open project: pekkah/Tanka.Markdown Class Usage Examples

Méthodes publiques

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

Method Details

List() public méthode

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
Résultat System.Collections.Generic