Dictionary<string, string> user = new Dictionary<string, string>(); | |
user.Add("firstName", "Henri"); | |
user.Add("lastName", "Bergson"); | |
user["firstName"]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment