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

Removes the first occurrence of a specific object from the T:System.Collections.Generic.ICollection`1.

Syntax
C++
C#
Visual Basic
public: bool Remove( JToken item );
Parameters
Parameters 
Description 
item 
The object to remove from the T:System.Collections.Generic.ICollection`1
Returns

true if item was successfully removed from the T:System.Collections.Generic.ICollection`1; otherwise, false. This method also returns false if item is not found in the original T:System.Collections.Generic.ICollection`1.

Exceptions 
Description 
T:System.NotSupportedException 
The T:System.Collections.Generic.ICollection`1 is read-only. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.