Dynamitey.Invocation.InvokeWithStoredArgs C# (CSharp) Method

InvokeWithStoredArgs() public method

Invokes the invocation on specified target.
public InvokeWithStoredArgs ( object target ) : object
target object The target.
return object
        public virtual object InvokeWithStoredArgs(object target)
        {
            return Invoke(target, Args);
        }