ASP.NET Pack Programmer's Guide
StringCollection Members
Constructors Properties Methods
 


Represents a collection of StringItems.

The following tables list the members exposed by the StringCollection type.

 Public Constructors

  Name Description

StringCollection

Initializes a new instance of the StringCollection class.

 Public Properties

  Name Description

Item

Gets or sets the stringItem at the specified index.

 Protected Properties

  Name Description

ViewState

Returns the view state for this collection.

 Public Methods

  Name Description

Add

Overloaded.  

AddRange

Adds the specified values to the collection.

Clear

Removes all stringItems from the collection.

Contains

Checks whether the specified string is contained in the collection.

GetConcatenatedString

Concatenates the string items into a string using the specified delimiter.

Insert

Inserts the specified stringItem in the collection at the specified position.

Remove

Overloaded.  

RemoveAt

Removes the stringItem of the specified index from the collection.

 See Also

StringCollection Class
MindFusion.Diagramming.WebForms Namespace