C# 클래스 UniversalMarkdown.Parse.Elements.StrikethroughTextInline

Represents a span containing strikethrough text.
상속: MarkdownInline, IInlineContainer
파일 보기 프로젝트 열기: QuinnDamerell/UniversalMarkdown 1 사용 예제들

공개 메소드들

메소드 설명
StrikethroughTextInline ( ) : System.Collections.Generic

Initializes a new strikethrough text 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 a strikethrough text span.

메소드 상세

StrikethroughTextInline() 공개 메소드

Initializes a new strikethrough text span.
public StrikethroughTextInline ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ToString() 공개 메소드

Converts the object into it's textual representation.
public ToString ( ) : string
리턴 string