C# Class UniversalMarkdown.Parse.Elements.TableBlock

Represents a block which contains tabular data.
Inheritance: MarkdownBlock
Afficher le fichier Open project: QuinnDamerell/UniversalMarkdown Class Usage Examples

Méthodes publiques

Méthode Description
TableBlock ( ) : System

Initializes a new table block.

Private Methods

Méthode Description
Parse ( string markdown, int start, int endOfFirstLine, int maxEnd, int quoteDepth, int &actualEnd ) : TableBlock

Parses a table block.

Method Details

TableBlock() public méthode

Initializes a new table block.
public TableBlock ( ) : System
Résultat System