Boo.BooLangService.StringParsing.StringWalker.ShouldYield C# (CSharp) Méthode

ShouldYield() protected méthode

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