Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created February 17, 2012 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkrueger/1853182 to your computer and use it in GitHub Desktop.
Save mkrueger/1853182 to your computer and use it in GitHub Desktop.
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