コード例 #1
0
ファイル: Nodes.cs プロジェクト: tumcms/QL4BIM
 public AttributeAccessNode(SetNode setNode, ExAttNode exAttNode)
 {
     SetNode   = setNode;
     ExAttNode = exAttNode;
 }
コード例 #2
0
ファイル: Nodes.cs プロジェクト: tumcms/QL4BIM
 public AttributeAccessNode(RelAttNode relAttNode, ExAttNode exAttNode)
 {
     RelAttNode = relAttNode;
     ExAttNode  = exAttNode;
 }