Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created August 25, 2018 17:30
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 dsibinski/c03d860c4066d40d029cf74b4dc5b90b to your computer and use it in GitHub Desktop.
Save dsibinski/c03d860c4066d40d029cf74b4dc5b90b to your computer and use it in GitHub Desktop.
public class GuyFromGen2
{
private YoungObject _youngObject;
public void CreateYoungObject()
{
_youngObject = new YoungObject();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment