MindFusion.UI for WebForms Programmer's Guide

StateCollection(T).Add Method

See Also
 





Adds an item to the StateCollection collection.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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