GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator
 static public int GetEnumerator(IntPtr l)
 {
     try {
         System.Text.RegularExpressions.GroupCollection self = (System.Text.RegularExpressions.GroupCollection)checkSelf(l);
         var ret = self.GetEnumerator();
         pushValue(l, true);
         pushValue(l, ret);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }