Skip to content

Instantly share code, notes, and snippets.

@jcbozonier
Created October 31, 2009 16:48
Show Gist options
  • Select an option

  • Save jcbozonier/223145 to your computer and use it in GitHub Desktop.

Select an option

Save jcbozonier/223145 to your computer and use it in GitHub Desktop.
private static bool _MethodHasParameters(MethodInfo methodInfo)
{
return methodInfo.GetParameters().Count() > 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment