Implements Insert(Int32, Object).
Namespace:
PerpetuumSoft.Instrumentation.WebAssembly: 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 ) |
Parameters
- index
- Type: System..::.Int32