Skip to content

Instantly share code, notes, and snippets.

@volpav
Created April 7, 2013 19:55
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 volpav/5332226 to your computer and use it in GitHub Desktop.
Save volpav/5332226 to your computer and use it in GitHub Desktop.
An example of illegal interface definition.
public interface IMyContract
{
IMyContract();
IMyContract(string test);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment