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

ExecuteNative() public method

public ExecuteNative ( Machine machine, object self, object args ) : object
machine Machine
self object
args object
return object
        public object ExecuteNative(Machine machine, object self, object[] args)
        {
            throw new NotImplementedException();
        }