Enumerator(MatchCollection collection)
readonly MatchCollection _collection
readonly List< Match > _matches
void CopyTo(Match[] array, int arrayIndex)
MatchCollection(Regex regex, string input, int startat)
IEnumerator GetEnumerator()
void CopyTo(Array array, int arrayIndex)
Match Run(bool quick, int prevlen, string input, int beginning, int length, int startat)
static void ThrowArgumentOutOfRangeException(ExceptionArgument arg)