Created
February 17, 2012 12:37
-
-
Save mkrueger/1853182 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
namespace Foobar | |
{ | |
class MainClass | |
{ | |
public enum Foo | |
{ | |
Value1, | |
Value2 | |
} | |
public class Test | |
{ | |
Foo Foo { | |
get; set; | |
} | |
public static void Method (Foo foo) | |
{ | |
Foo.$ | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment