Inheritance: XTextElement
Example #1
0
 public void AddChild(XBlock child)
 {
     children.Add(child);
 }
Example #2
0
 public void AddChild(XBlock child)
 {
     children.Add(child);
 }
Example #3
0
 protected bool Equals(XBlock other)
 {
     return(BlockStyle == other.BlockStyle);
 }
Example #4
0
 protected bool Equals(XBlock other)
 {
     return BlockStyle == other.BlockStyle;
 }