方法:
private static HipKvp[] GetRequestParameterArray(CaptchaRequestModel request){}
単体テスト:
HipKvp[] input = (HipKvp[])privObj.Invoke("GetRequestParameterArray", new CaptchaRequestModel[] { result });
例外:
MissingMethodException was unhandled by user code:
Attempted to access a missing member.
さまざまな方法を試しましたが、うまくいきません。