Skip to content

Instantly share code, notes, and snippets.

@chadmichel
Created August 4, 2020 04:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chadmichel/eefefec9970e582fe984669a17fd47ac to your computer and use it in GitHub Desktop.
Save chadmichel/eefefec9970e582fe984669a17fd47ac to your computer and use it in GitHub Desktop.
// Call the method using reflection
var result = methodInfo.Invoke(_contactManager, parameterList.ToArray());
return Json(result);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment