Insert(Int32,Object) Method
In This Topic
Syntax
'Declaration
<NullableContextAttribute(2)>
Public Overloads Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
[NullableContext(2)]
public void Insert(
int ,
object
)
Parameters
- index
- value
See Also