Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MarkdownBlock"/> class.
 /// </summary>
 internal MarkdownBlock(MarkdownBlockType type)
 {
     Type = type;
 }
Esempio n. 2
0
 /// <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;
 }
Esempio n. 4
0
 /// <summary>
 /// Default constructor for this class.
 /// </summary>
 public MarkdownBlock(MarkdownBlockType type)
 {
     Type = type;
 }