AjTalk.Language.DoesNotUnderstandMethod.ExecuteNativeInInterpreter C# (CSharp) Method

ExecuteNativeInInterpreter() public method

public ExecuteNativeInInterpreter ( Interpreter interpreter, object self, object args ) : object
interpreter Interpreter
self object
args object
return object
        public object ExecuteNativeInInterpreter(Interpreter interpreter, object self, object[] args)
        {
            throw new NotImplementedException();
        }