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