Tag: dictionary
-
Creating a dictionary in .NET Part 3 – Reading elements
Now it’s time to read some from our dictionary. First let’s see if there’s a key you want to see. Great! Let’s enumerate the dictionary next. Awesome! Now go out and create some dictionaries!
-
Creating a dictionary in .NET Part 2 – Adding elements
Now it’s time to add two elements to the dictionary. In the next post we’ll check our key for the value.
-
Creating a dictionary in .NET Part 1 – Create a string dictionary
Let’s create a dictionary in .NET from here. First create a new dictionary containing strings. Great! Now in the next post we’ll add some elements.