Skip to content

Instantly share code, notes, and snippets.

@enisn
Created May 7, 2020 20:28
Show Gist options
  • Save enisn/45ce1745982ab0f1c780905bba39966f to your computer and use it in GitHub Desktop.
Save enisn/45ce1745982ab0f1c780905bba39966f to your computer and use it in GitHub Desktop.
Challenge #2 - solution - 1
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