C# Class Tanka.Markdown.Blocks.LinkDefinitionList

Inheritance: Block
Datei anzeigen Open project: pekkah/Tanka.Markdown

Public Methods

Method Description
LinkDefinitionList ( StringRange parent, int start, int end, IEnumerable definitions ) : System.Collections.Generic

Method Details

LinkDefinitionList() public method

public LinkDefinitionList ( StringRange parent, int start, int end, IEnumerable definitions ) : System.Collections.Generic
parent StringRange
start int
end int
definitions IEnumerable
return System.Collections.Generic