Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Insert(int, JsonValue)

Declaration

public virtual void Insert(
    int index,
    JsonValue item
)

Summary

Inserts the specified item at the specified index to the current list if it is a JsonList; otherwise, throws.