示例#1
0
 public void Write()
 {
     m_Root.Write();
 }
示例#2
0
 public void Write(List <string> warnings)
 {
     m_Root.Write(warnings);
 }