Example #1
0
 internal ProbeIterator(CycleDetector enclosingInstance, SupportClass.SetSupport cycleSet, System.Object startVertex) : base(Enclosing_Instance.m_graph, startVertex)
 {
     InitBlock(enclosingInstance);
     m_cycleSet = cycleSet;
     m_path     = new System.Collections.ArrayList();
 }
Example #2
0
 private void  InitBlock(CycleDetector enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }