Implements Insert(Int32, Object).
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void Insert( int index, NeedlePoint value ) |
| Visual Basic (Declaration) |
|---|
Public Sub Insert ( _ index As Integer, _ value As NeedlePoint _ ) |
| Visual C++ |
|---|
public: void Insert( int index, NeedlePoint^ value ) |