Created
May 7, 2020 20:28
-
-
Save enisn/45ce1745982ab0f1c780905bba39966f to your computer and use it in GitHub Desktop.
Challenge #2 - solution - 1
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
var email = user.Email; // Member access with '.' operator. | |
Console.WriteLine(email); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment