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