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





Removes the first occurrence of the specified object from the StateCollection collection.

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

 Syntax

C#  Copy Code

public virtual void Remove (
    T item
)

Visual Basic  Copy Code

Public Overridable Sub Remove( _
    item As T _
)

 Parameters

item

Type: T
The item to remove.

 See Also

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