Skip to content

Instantly share code, notes, and snippets.

@Henkoglobin
Created December 13, 2018 19:23
Show Gist options
  • Save Henkoglobin/b3e357c66106ddd506a92e43090ddd98 to your computer and use it in GitHub Desktop.
Save Henkoglobin/b3e357c66106ddd506a92e43090ddd98 to your computer and use it in GitHub Desktop.
namespace Foobar {
public interface ISomething {
void DoItNow();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment