Skip to content

Instantly share code, notes, and snippets.

@bookercodes
Last active August 29, 2015 14:27
Show Gist options
  • Save bookercodes/4deef43e4bb728cac6f6 to your computer and use it in GitHub Desktop.
Save bookercodes/4deef43e4bb728cac6f6 to your computer and use it in GitHub Desktop.
public override string ToString()
{
return "I am a member whose body is a statement block";
}
// versus
public override string ToString() => "I am an expression-bodied member.";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment