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

Removes the T:System.Collections.Generic.IList`1 item at the specified index.

Syntax
C++
C#
Visual Basic
public: void RemoveAt( int index );
Parameters
Parameters 
Description 
index 
The zero-based index of the item to remove. 
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.