Boo.BooLangService.StringParsing.StringWalker.ShouldYield C# (CSharp) 메소드

ShouldYield() 보호된 메소드

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