C# Tutorial StringDictionary
Basic
- Add key and value into the StringDictionary in CSharp
- Check if StringDictionary is synchronized (thread safe) in CSharp
- Check if the StringDictionary contains a specific key in CSharp
- Check if the StringDictionary contains a specific value in CSharp
- Copy StringDictionary to Array at the specified index in CSharp
- Create empty StringDictionary in CSharp
- Get a collection of keys in the StringDictionary in CSharp
- Get a collection of values in the StringDictionary in CSharp
- Get an enumerator that iterates through the string dictionary in CSharp
- Get an object that can be used to synchronize access to the StringDictionary in CSharp
- Get or set the value associated with the specified key in StringCollection in CSharp
- Get the number of key/value pairs in the StringDictionary in CSharp
- Remove all entries from the StringDictionary in CSharp
- Remove the entry with the specified key from the string dictionary in CSharp