コード例 #1
0
ファイル: ValueFileNode.cs プロジェクト: wrmsr/xdc
 public ValueFileNode(Node parent, Atts atts)
     : base(parent, atts)
 {
     if(!atts.ContainsKey("Name"))
         throw new ApplicationException("Name required");
 }