Beispiel #1
0
 /// <summary>
 /// Removes the Property from the Properties list of the parent object.
 /// </summary>
 public override void Remove()
 {
     NodeParent.RemoveProperty(this.name);
 }