JsonDynamicInsertObject Method |
Adds an empty object at the specified index and returns its instance.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public JsonDynamic InsertObject(
int index
)
Public Function InsertObject (
index As Integer
) As JsonDynamic
Parameters
- index
- Type: SystemInt32
The zero-based index at which item should be inserted.
Return Value
Type:
JsonDynamicThe inserted object as dynamic.
Exceptions See Also