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