MindFusion.UI for WebForms Programmer's Guide

StateCollection(T).IndexOf Method

See Also
 





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

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

 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