Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created June 18, 2012 12:37
Show Gist options
  • Save mkrueger/2948182 to your computer and use it in GitHub Desktop.
Save mkrueger/2948182 to your computer and use it in GitHub Desktop.
public class FooFoo
{
protected NewFooBar FooBar {
get; set;
}
protected class NewFooBar<T,B>
{
}
protected class NewFooBar
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment