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