IronRuby.Builtins.RubyModule.UndefineMethodNoEvent C# (CSharp) 메소드

UndefineMethodNoEvent() 공개 메소드

public UndefineMethodNoEvent ( string name ) : void
name string
리턴 void
        public void UndefineMethodNoEvent(string/*!*/ name) {
            SetMethodNoEvent(Context, name, RubyMethodInfo.UndefinedMethod);
        }
RubyModule