Created
August 23, 2011 23:43
-
-
Save anaisbetts/1166935 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public static void EnsureSetup() | |
| { | |
| // NB: We don't actually care what this method does, it'll just make | |
| // sure the static ctor gets run. Its content is non-empty so the | |
| // optimizer can't nuke it. Tricky! | |
| Console.Write(""); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment