Exemplo n.º 1
0
 internal NodeNodeEnumerator(DiagramNode n, DiagramNode.Search s)
 {
     this.myNode   = n;
     this.mySearch = s;
     this.myArray  = null;
     this.myIndex  = -1;
     this.Reset();
 }
Exemplo n.º 2
0
 internal NodePortEnumerator(DiagramNode n, DiagramNode.Search s)
 {
     this.myNode = n;
     this.mySearch = s;
     this.myArray = null;
     this.myIndex = -1;
     this.Reset();
 }