C# Tutorial Collection

Basic

  1. Add an object to the end of the Collection in CSharp
  2. Check if an element is in the Collection in CSharp
  3. Copy the entire Collection to a compatible one-dimensional Array, starting at the specified index of the target array in CSharp
  4. Create empty Collection in CSharp
  5. Get or set the element at the specified index in CSharp
  6. Get the number of elements contained in the Collection in CSharp
  7. Insert an element into the Collection at the specified index in CSharp
  8. Remove all elements from the Collection in CSharp
  9. Remove the element at the specified index of the Collection in CSharp
  10. Remove the first occurrence of a specific object from the Collection in CSharp
  11. Search for the specified object and returns the zero-based index of the first occurrence within the entire Collection in CSharp




















Home »
  C# Tutorial »
    Collections »




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