ESRI.ArcGIS.ADF.Core
StringCollection Class Members
See Also  Fields  Properties  Methods  Send Feedback
ESRI.ArcGIS.ADF Namespace : StringCollection Class




The following tables list the members exposed by StringCollection.

Public Constructors

 NameDescription
public ConstructorStringCollection ConstructorOverloaded.   
Top

Protected Fields

 NameDescription
protected Fieldm_array Synchronized array list used to hold collection objects (Inherited from ESRI.ArcGIS.ADF.ThreadSafeCollection)
Top

Public Properties

 NameDescription
public PropertyCount The number of items in this collection. (Inherited from ESRI.ArcGIS.ADF.ThreadSafeCollection)
public PropertyItem Gets a string from a given index in the collection.  
Top

Public Methods

 NameDescription
public MethodAdd Adss a string to the collection.  
public MethodClear Delete all items in this collection. (Inherited from ESRI.ArcGIS.ADF.ThreadSafeCollection)
public MethodClone Creates a deep clone of the current Object.  
public MethodGetEnumerator Gets an enumerator for the items in the collection. (Inherited from ESRI.ArcGIS.ADF.ThreadSafeCollection)
public MethodGetSchema 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 ESRI.ArcGIS.ADF.ThreadSafeCollection)
public MethodIndexOf Searches for the specified string and returns the zero-based index of the first occurrence within the StringCollection.  
public MethodReadXml Generates an object from its XML representation. (Inherited from ESRI.ArcGIS.ADF.ThreadSafeCollection)
public MethodRemove Removes a string from the collection.  
public MethodRemoveAt Removes a string from a given index in the collection.  
public MethodToStringOverloaded.  Convert the String Collection to a string using the specified delimeter.  
public MethodWriteXml Converts an object into its XML representation. (Inherited from ESRI.ArcGIS.ADF.ThreadSafeCollection)
Top

Protected Methods

 NameDescription
protected MethodgenerateNameOverloaded.  Generates a unique name for an item. (Inherited from ESRI.ArcGIS.ADF.ThreadSafeCollection)
protected MethodNameExistsOverridden. ThreadSafeCollection.NameExists  
Top

See Also

© 2011 All Rights Reserved.