C# Класс UniversalMarkdown.Parse.Elements.CodeInline

Represents a span containing code, or other text that is to be displayed using a fixed-width font.
Наследование: MarkdownInline, IInlineLeaf
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CodeInline ( ) : System.Collections.Generic

Initializes a new inline code span.

ToString ( ) : string

Converts the object into it's textual representation.

Приватные методы

Метод Описание
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 an inline code span.

Описание методов

CodeInline() публичный Метод

Initializes a new inline code span.
public CodeInline ( ) : System.Collections.Generic
Результат System.Collections.Generic

ToString() публичный Метод

Converts the object into it's textual representation.
public ToString ( ) : string
Результат string