Skip to content

Instantly share code, notes, and snippets.

@grumpydev
Created January 23, 2011 11:06
Show Gist options
  • Save grumpydev/791992 to your computer and use it in GitHub Desktop.
Save grumpydev/791992 to your computer and use it in GitHub Desktop.
public interface IAbstractThings
{
dynamic DoThings(params dynamic[] arguments);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment