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