Boo.Lang.Parser.BooParserBase.EmitTransientKeywordDeprecationWarning C# (CSharp) Метод

EmitTransientKeywordDeprecationWarning() защищенный абстрактный Метод

protected abstract EmitTransientKeywordDeprecationWarning ( LexicalInfo location ) : void
location LexicalInfo
Результат void
        protected abstract void EmitTransientKeywordDeprecationWarning(LexicalInfo location);
BooParserBase