System.Text.RegularExpressions.RegexRunner.Go C# (CSharp) Method

Go() protected abstract method

The responsibility of Go() is to run the regular expression at runtextpos and call Capture() on all the captured subexpressions, then to leave runtextpos at the ending position. It should leave runtextpos where it started if there was no match.
protected abstract Go ( ) : void
return void
        protected abstract void Go();