You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > JArray Class > JArray Methods > Insert Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JArray.Insert Method

Inserts an item to the T:System.Collections.Generic.IList`1 at the specified index.

Syntax
C++
C#
Visual Basic
public: void Insert( int index, JToken item );
Parameters
Parameters 
Description 
index 
The zero-based index at which item should be inserted. 
item 
The object to insert into the T:System.Collections.Generic.IList`1
Exceptions 
Description 
T:System.ArgumentOutOfRangeException 
index is not a valid index in the T:System.Collections.Generic.IList`1
T:System.NotSupportedException 
The T:System.Collections.Generic.IList`1 is read-only. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.