コード例 #1
0
 //Forward the structueBaseNode to the base class constructor
 public DataPropertyNode(StructureBaseNode structureBaseNode) : base(structureBaseNode)
 {
 }
コード例 #2
0
 public StructurePropertyNode(StructureBaseNode parent)
 {
     this.parentStructure = parent;
 }
コード例 #3
0
 //Forward the structueBaseNode to the base class constructor
 public PointerPropertyNode(StructureBaseNode structureBaseNode) : base(structureBaseNode)
 {
 }