예제 #1
0
 internal Enumerator(ArrayStack <T> stack)
 {
     this.elements = stack.elements;
     this.index    = stack.Count;
 }