Esempio n. 1
0
 /// <summary>
 /// Removes this directed edge from its containing graph.
 /// </summary>
 internal void Remove()
 {
     this.sym        = null;
     this.parentEdge = null;
 }