Boo.BooLangService.StringParsing.StringWalker.ShouldYield C# (CSharp) Method

ShouldYield() protected method

protected ShouldYield ( char currentChar ) : bool
currentChar char
return bool
        protected virtual bool ShouldYield(char currentChar)
        {
            return true;
        }