Inserts an value into the array at the specified index.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public void Insert(
int index,
JsonValue item
)
Public Sub Insert (
index As Integer,
item As JsonValue
)
Parameters
- index
- Type: SystemInt32
The zero-based index at which item should be inserted. - item
- Type: Dextronet.JsonieJsonValue
The object to insert. The value can be null.
Implements
IListTInsert(Int32, T)Exceptions See Also