![]() | Initializes a new instance of the ClassNameCollection class. |
![]() | Gets the number of strings contained in the StringCollection. |
![]() | Gets a value indicating whether the StringCollection is read-only. |
![]() | Gets a value indicating whether access to the StringCollection is synchronized (thread-safe). |
![]() | Gets or sets the element at the specified index. |
![]() | Gets an object that can be used to synchronize access to the StringCollection. |
![]() | Adds a string to the end of the StringCollection. |
![]() | Copies the elements of a string array to the end of the StringCollection. |
![]() | Removes all the strings from the StringCollection. |
![]() | Determines whether the specified string is in the StringCollection. |
![]() | Copies the entire StringCollection values to a one-dimensional array of strings, starting at the specified index of the target array. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Returns a StringEnumerator that can iterate through the StringCollection. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Searches for the specified string and returns the zero-based index of the first occurrence within the StringCollection. |
![]() | Inserts a string into the StringCollection at the specified index. |
![]() | Removes the first occurrence of a specific string from the StringCollection. |
![]() | Removes the string at the specified index of the StringCollection. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
ClassNameCollection Class | edu.neu.ccs.demeter.APRlib.cd Namespace