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