Implements IndexOf(Object).

Namespace:  PerpetuumSoft.Instrumentation.Web
Assembly:  PerpetuumSoft.Instrumentation.Web (in PerpetuumSoft.Instrumentation.Web.dll) Version: 3.9.0.1

Syntax

C#
public int IndexOf(
	WidgetParameter value
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	value As WidgetParameter _
) As Integer
Visual C++
public:
int IndexOf(
	WidgetParameter^ value
)

See Also