JContainer
public abstract class JContainer : JToken, IList<JToken>, ICollection<JToken>, IEnumerable<JToken>, ITypedList, IBindingList, IList, ICollection, IEnumerable, INotifyCollectionChanged
Represents a token that can contain other tokens.
Gets the container's children tokens.
Gets the count of child JSON tokens.
Occurs before an item is added to the collection.
Occurs when the items list of the collection has changed, or the collection is reset.
Occurs when the list changes or an item in the list changes.
Adds the specified content as children of this JToken.
Adds the specified content as the first children of this JToken.
Creates an JsonWriter that can be used to add tokens to the JToken.
Returns a collection of the descendant tokens for this token in document order.
Raises the AddingNew event.
Raises the CollectionChanged event.
Raises the ListChanged event.
Removes the child nodes from this token.
Replaces the children nodes of this token with the specified content.