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

Syntax

C#
public void Insert(
	int index,
	WidgetParameter value
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	value As WidgetParameter _
)
Visual C++
public:
void Insert(
	int index, 
	WidgetParameter^ value
)

See Also