Skip to content

Instantly share code, notes, and snippets.

@shanielh
Created February 11, 2015 19:59
Show Gist options
  • Save shanielh/441abd75c4618a91d523 to your computer and use it in GitHub Desktop.
Save shanielh/441abd75c4618a91d523 to your computer and use it in GitHub Desktop.
(int someNumberArgument) =>
{
for (int i = 0; i < 5; i++)
{
int myInt;
myInt = ExpressionDebugGames.PrivateField / (ExpressionDebugGames.PrivateProperty - ExpressionDebugGames.PrivateMethod<object>());
2 + 5;
Console.WriteLine("Hello Worlda");
}
;
Console.WriteLine("Goodbye");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment