コード例 #1
0
ファイル: DirectedEdge.cs プロジェクト: yangqiaosheng/tf-net
 /// <summary>
 /// Removes this directed edge from its containing graph.
 /// </summary>
 internal void Remove()
 {
     this.sym        = null;
     this.parentEdge = null;
 }