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





Determines the index of a specified item in the StateCollection collection.

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

 Syntax

C#  Copy Code

public virtual int IndexOf (
    T item
)

Visual Basic  Copy Code

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

 Parameters

item

Type: T
The item.

 Return Value

Type: Int32
The index of the item.

 See Also

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