C# Class Tanka.Markdown.Gist.GistBlock

Inheritance: Blocks.Block
显示文件 Open project: pekkah/Tanka.Markdown

Public Methods

Method Description
GistBlock ( StringRange parent, int start, int end, StringRange userName, StringRange gistId ) : Blocks

Method Details

GistBlock() public method

public GistBlock ( StringRange parent, int start, int end, StringRange userName, StringRange gistId ) : Blocks
parent StringRange
start int
end int
userName StringRange
gistId StringRange
return Blocks