C# Tutorial OrderedDictionary

Basic

  1. Add key and value into OrderedDictionary in CSharp
  2. Check if OrderedDictionary collection contains a specific key in CSharp
  3. Check if OrderedDictionary collection is read-only in CSharp
  4. Create OrderedDictionary with initial capacity in CSharp
  5. Create a new instance of the OrderedDictionary class in CSharp
  6. Get ICollection containing the values in the OrderedDictionary in CSharp
  7. Get a read-only copy of the OrderedDictionary in CSharp
  8. Get an ICollection containing the keys in OrderedDictionary in CSharp
  9. Get or set the value at the specified index for OrderedDictionary in CSharp
  10. Get or set the value with the specified key in CSharp
  11. Get the number of key/values pairs contained in the OrderedDictionary collection in CSharp
  12. Insert entry into OrderedDictionary with key and value at the specified index in CSharp
  13. Remove all elements from OrderedDictionary in CSharp
  14. Remove the entry at the specified index from the OrderedDictionary collection in CSharp
  15. Remove the entry with the specified key from the OrderedDictionary in CSharp




















Home »
  C# Tutorial »
    Collections »




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