Skip to content

Instantly share code, notes, and snippets.

@bookercodes
Created October 2, 2015 00:43
Show Gist options
  • Save bookercodes/ffef92b12fcc9d05607b to your computer and use it in GitHub Desktop.
Save bookercodes/ffef92b12fcc9d05607b to your computer and use it in GitHub Desktop.
public override string ToString()
{
return "Hello";
}
// versus.
public override string ToString() => "Hello";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment