Skip to content

Instantly share code, notes, and snippets.

@grumpydev
Created September 9, 2011 08:01
Show Gist options
  • Save grumpydev/1205716 to your computer and use it in GitHub Desktop.
Save grumpydev/1205716 to your computer and use it in GitHub Desktop.
public interface IRoboCop
{
void ServeThePublicTrust();
void ProtectTheInnocent();
void UpholdTheLaw();
[EditorBrowsable(EditorBrowsableState.Never)]
void Classified();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment