Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Insert ( _
index As Integer, _
value As Object _
) |
C# |
---|
public void Insert(
int index,
Object value
) |
Visual C++ |
---|
public:
virtual void Insert(
int index,
Object^ value
) sealed |
Parameters
- index
- Type: System..::.Int32
The zero-based index at which value should be inserted.
- value
- Type: System..::.Object
The Object to insert. value can be nullNothingnullptra null reference (Nothing in Visual Basic).
Implements
IList..::.Insert(Int32, Object)
See Also