-
-
Save bookercodes/4deef43e4bb728cac6f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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