Boo.Lang.Parser.BooParserBase.EmitIndexedPropertyDeprecationWarning C# (CSharp) 메소드

EmitIndexedPropertyDeprecationWarning() 보호된 추상적인 메소드

protected abstract EmitIndexedPropertyDeprecationWarning ( Property deprecated ) : void
deprecated Property
리턴 void
        protected abstract void EmitIndexedPropertyDeprecationWarning(Property deprecated);
BooParserBase