C# Tutorial StringCollection

Basic

  1. Add a string to the end of the StringCollection in CSharp
  2. Advance the enumerator to the next element of the StringCollection in CSharp
  3. Check if StringCollection is synchronized (thread safe) in CSharp
  4. Check if the StringCollection is read-only in CSharp
  5. Check if the specified string is in the StringCollection in CSharp
  6. Copy StringCollection to array, starting at the specified index of the target array in CSharp
  7. Copy the elements of a string array to the end of the StringCollection in CSharp
  8. Create empty StringCollection in CSharp
  9. Get an object that can be used to synchronize access to the StringCollection in CSharp
  10. Get or set the element at the specified index for StringCollection in CSharp
  11. Get the current element in the StringCollection in CSharp
  12. Get the number of strings contained in the StringCollection in CSharp
  13. Insert a string into the StringCollection at the specified index in CSharp
  14. Remove all the strings from the StringCollection in CSharp
  15. Remove the first occurrence of a specific string from the StringCollection in CSharp
  16. Remove the string at the specified index of the StringCollection in CSharp
  17. Search string and returns the zero-based index of the first occurrence in StringCollection in CSharp
  18. Set the enumerator to its initial position, which is before the first element in StringCollection in CSharp




















Home »
  C# Tutorial »
    Collections »




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