C# Tutorial StringCollection
Basic
- Add a string to the end of the StringCollection in CSharp
- Advance the enumerator to the next element of the StringCollection in CSharp
- Check if StringCollection is synchronized (thread safe) in CSharp
- Check if the StringCollection is read-only in CSharp
- Check if the specified string is in the StringCollection in CSharp
- Copy StringCollection to array, starting at the specified index of the target array in CSharp
- Copy the elements of a string array to the end of the StringCollection in CSharp
- Create empty StringCollection in CSharp
- Get an object that can be used to synchronize access to the StringCollection in CSharp
- Get or set the element at the specified index for StringCollection in CSharp
- Get the current element in the StringCollection in CSharp
- Get the number of strings contained in the StringCollection in CSharp
- Insert a string into the StringCollection at the specified index in CSharp
- Remove all the strings from the StringCollection in CSharp
- Remove the first occurrence of a specific string from the StringCollection in CSharp
- Remove the string at the specified index of the StringCollection in CSharp
- Search string and returns the zero-based index of the first occurrence in StringCollection in CSharp
- Set the enumerator to its initial position, which is before the first element in StringCollection in CSharp