Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created January 15, 2018 22:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save angelovstanton/c2fe16c082957282495a300ca6071cd9 to your computer and use it in GitHub Desktop.
// dotnet_style_object_initializer = false:error
var bigSpaceShip = new SpaceShip();
bigSpaceShip.Name = "Meissa";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment