Created
February 11, 2015 19:59
-
-
Save shanielh/441abd75c4618a91d523 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
(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