System.Text.RegularExpressions.CompiledRegexRunner.FindFirstChar C# (CSharp) Method

FindFirstChar() protected method

protected FindFirstChar ( ) : bool
return bool
        protected override bool FindFirstChar() {
            return findFirstCharMethod(this);
        }