Boo.Lang.Parser.BooParserBase.EmitTransientKeywordDeprecationWarning C# (CSharp) Méthode

EmitTransientKeywordDeprecationWarning() protected abstract méthode

protected abstract EmitTransientKeywordDeprecationWarning ( LexicalInfo location ) : void
location LexicalInfo
Résultat void
        protected abstract void EmitTransientKeywordDeprecationWarning(LexicalInfo location);
BooParserBase