You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Validate the parameter and this adapter correspond to eachother
393
-
#if false//TODO: Does this actually make sense? It would not handle parameters being removed. Also needs to handle implicit parameters
394
-
parameterIndex++;
395
-
if(parameterIndex>=parameters.Length)
396
-
{thrownewInvalidOperationException($"The trampoline is malformed, {adapter.GetType().Name} @ {adapterIndex} provides an output but all parameters in the target function have been accounted for.");}
{thrownewInvalidOperationException($"The trampoline is malformed, {adapter.GetType().Name} @ {adapterIndex} does not correspond to '{parameter}' @ {parameterIndex}.");}
0 commit comments