Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool Remove(JsonValue)

Declaration

public virtual bool Remove(
    JsonValue item
)

Summary

Removes the first instance of the specified item from the current list if it is a JsonList; otherwise, throws.

Returns

True if an item was removed; otherwise, false.