ASP.NET Pack Programmer's Guide
StateCollection(T).Add Method
See Also
 





Adds an item to the StateCollection collection.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public virtual int Add (
    T item
)

Visual Basic  Copy Code

Public Overridable Function Add( _
    item As T _
) As Integer

 Parameters

item

Type: T
The item to add.

 Return Value

Type: Int32
The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection

 See Also

StateCollection(T) Members
StateCollection(T) Class
MindFusion.UI.WebForms Namespace