Skip to content

Instantly share code, notes, and snippets.

@digital-synapse
Created July 20, 2018 22:00
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 digital-synapse/480ff680c11a740147b337754bff9c81 to your computer and use it in GitHub Desktop.
Save digital-synapse/480ff680c11a740147b337754bff9c81 to your computer and use it in GitHub Desktop.
Implement when you are not sure which interface to use
/// <summary>
/// Implement when you are not sure which interface to use
/// </summary>
public interface IDontKnow
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment