예제 #1
0
파일: ValueFileNode.cs 프로젝트: wrmsr/xdc
 public ValueFileNode(Node parent, Atts atts)
     : base(parent, atts)
 {
     if(!atts.ContainsKey("Name"))
         throw new ApplicationException("Name required");
 }