Inheritance: StringRange
コード例 #1
0
 public HtmlTag Render(Document document, Block block)
 {
     throw new ArgumentNullException();
 }
コード例 #2
0
 public bool CanRender(Block block)
 {
     return block.GetType() == _throwOnBlockType;
 }