상속: XTextElement
예제 #1
0
 public void AddChild(XBlock child)
 {
     children.Add(child);
 }
예제 #2
0
파일: XSection.cs 프로젝트: WELL-E/XText
 public void AddChild(XBlock child)
 {
     children.Add(child);
 }
예제 #3
0
파일: XBlock.cs 프로젝트: WELL-E/XText
 protected bool Equals(XBlock other)
 {
     return(BlockStyle == other.BlockStyle);
 }
예제 #4
0
 protected bool Equals(XBlock other)
 {
     return BlockStyle == other.BlockStyle;
 }