ESRI.ArcGIS.ADF | |
StringCollection Class Members | |
See Also Fields Properties Methods Send comments on this topic. |
ESRI.ArcGIS.ADF Namespace : StringCollection Class |
The following tables list the members exposed by StringCollection.
Name | Description | |
---|---|---|
StringCollection Constructor | Overloaded. Default Constructor |
Name | Description | |
---|---|---|
m_array | Synchronized array list used to hold collection objects (Inherited from ThreadSafeCollection) |
Name | Description | |
---|---|---|
Count | The number of items in this collection. (Inherited from ThreadSafeCollection) | |
Item | Gets a string from a given index in the collection. |
Name | Description | |
---|---|---|
Add | Adss a string to the collection. | |
Clear | Delete all items in this collection. (Inherited from ThreadSafeCollection) | |
Clone | Creates a deep clone of the current Object. | |
GetEnumerator | Gets an enumerator for the items in the collection. (Inherited from ThreadSafeCollection) | |
GetSchema | This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return nullNothingnullptra null reference (Nothing in Visual Basic) (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class. (Inherited from ThreadSafeCollection) | |
IndexOf | Searches for the specified string and returns the zero-based index of the first occurrence within the StringCollection. | |
ReadXml | Generates an object from its XML representation. (Inherited from ThreadSafeCollection) | |
Remove | Removes a string from the collection. | |
RemoveAt | Removes a string from a given index in the collection. | |
ToString | Overloaded. Convert the String Collection to a string using the specified delimeter. | |
WriteXml | Converts an object into its XML representation. (Inherited from ThreadSafeCollection) |
Name | Description | |
---|---|---|
generateName | Overloaded. Generates a unique name for an item. (Inherited from ThreadSafeCollection) | |
NameExists | Overridden. ThreadSafeCollection.NameExists |