C# Class CommonMarkSharp.Blocks.Header

Inheritance: LeafBlockWithInlines
Afficher le fichier Open project: MortenHoustonLudvigsen/CommonMarkSharp Class Usage Examples

Méthodes publiques

Méthode Description
Header ( int level, string contents )
MatchNextLine ( Subject subject ) : bool

Method Details

Header() public méthode

public Header ( int level, string contents )
level int
contents string

MatchNextLine() public méthode

public MatchNextLine ( Subject subject ) : bool
subject Subject
Résultat bool