C# Class UniversalMarkdown.Parse.Elements.BoldTextInline

Represents a span that contains bold text.
Inheritance: MarkdownInline, IInlineContainer
Afficher le fichier Open project: QuinnDamerell/UniversalMarkdown Class Usage Examples

Méthodes publiques

Méthode Description
BoldTextInline ( ) : System.Collections.Generic

Initializes a new bold text span.

ToString ( ) : string

Converts the object into it's textual representation.

Private Methods

Méthode Description
AddTripChars ( List tripCharHelpers ) : void

Returns the chars that if found means we might have a match.

Parse ( string markdown, int start, int maxEnd ) : Common.InlineParseResult

Attempts to parse a bold text span.

Method Details

BoldTextInline() public méthode

Initializes a new bold text span.
public BoldTextInline ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ToString() public méthode

Converts the object into it's textual representation.
public ToString ( ) : string
Résultat string