[This is preliminary documentation and is subject to change.]

Removes the first occurrence of a specific object from the ICollection<(Of <(T>)>).

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public bool Remove(
	JToken item
)
Visual Basic (Declaration)
Public Function Remove ( _
	item As JToken _
) As Boolean
Visual C++
public:
virtual bool Remove(
	JToken^ item
) sealed

Parameters

item
Type: Facebook.Json.Linq..::.JToken
The object to remove from the ICollection<(Of <(T>)>).

Return Value

true if item was successfully removed from the ICollection<(Of <(T>)>); otherwise, false. This method also returns false if item is not found in the original ICollection<(Of <(T>)>).

Implements

ICollection<(Of <(T>)>)..::.Remove(T)

Exceptions

See Also

JArray Class
Remove Overload
Facebook.Json.Linq Namespace