예제 #1
0
 internal VertexData(StrongConnectivityInspector enclosingInstance, System.Object vertex, bool discovered, bool finished)
 {
     InitBlock(enclosingInstance);
     m_vertex     = vertex;
     m_discovered = discovered;
     m_finished   = finished;
 }
예제 #2
0
 private void  InitBlock(StrongConnectivityInspector enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }