UniversalMarkdown.Parse.Elements.StrikethroughTextInline.StrikethroughTextInline C# (CSharp) Method

StrikethroughTextInline() public method

Initializes a new strikethrough text span.
public StrikethroughTextInline ( ) : System.Collections.Generic
return System.Collections.Generic
        public StrikethroughTextInline()
            : base(MarkdownInlineType.Strikethrough)
        {
        }