Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MarkdownBlock"/> class.
 /// </summary>
 internal MarkdownBlock(MarkdownBlockType type)
 {
     Type = type;
 }
 /// <summary>
 /// Default constructor for this class.
 /// </summary>
 public MarkdownBlock(MarkdownBlockType type)
 {
     Type = type;
 }      
 /// <summary>
 /// Default constructor for this class.
 /// </summary>
 internal MarkdownBlock(MarkdownBlockType type)
 {
     Type = type;
 }
Beispiel #4
0
 /// <summary>
 /// Default constructor for this class.
 /// </summary>
 public MarkdownBlock(MarkdownBlockType type)
 {
     Type = type;
 }