Skip to content

Instantly share code, notes, and snippets.

@tomwis
Created August 19, 2017 14:58
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 tomwis/bb6129eb22b52e840c65d6b1cac8ddf6 to your computer and use it in GitHub Desktop.
Save tomwis/bb6129eb22b52e840c65d6b1cac8ddf6 to your computer and use it in GitHub Desktop.
public interface MyInterface
{
void MyMethod()
{
Console.WriteLine("Default implementation");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment