C# Tutorial StringDictionary

Basic

  1. Add key and value into the StringDictionary in CSharp
  2. Check if StringDictionary is synchronized (thread safe) in CSharp
  3. Check if the StringDictionary contains a specific key in CSharp
  4. Check if the StringDictionary contains a specific value in CSharp
  5. Copy StringDictionary to Array at the specified index in CSharp
  6. Create empty StringDictionary in CSharp
  7. Get a collection of keys in the StringDictionary in CSharp
  8. Get a collection of values in the StringDictionary in CSharp
  9. Get an enumerator that iterates through the string dictionary in CSharp
  10. Get an object that can be used to synchronize access to the StringDictionary in CSharp
  11. Get or set the value associated with the specified key in StringCollection in CSharp
  12. Get the number of key/value pairs in the StringDictionary in CSharp
  13. Remove all entries from the StringDictionary in CSharp
  14. Remove the entry with the specified key from the string dictionary in CSharp




















Home »
  C# Tutorial »
    Collections »




ArrayList
BitArray
Collection
Comparer
HashSet
Hashtable
LinkedList
List
ListDictionary
OrderedDictionary
Queue
SortedList
SortedSet
Stack
StringCollection
StringDictionary