JContainer
public abstract class JContainer : JToken, IList<JToken>, ICollection<JToken>, IEnumerable<JToken>, ITypedList, IBindingList, IList, ICollection, IEnumerable
Represents a token that can contain other tokens.
Occurs before an item is added to the collection.
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 ListChanged event.
Removes the child nodes from this token.
Replaces the children nodes of this token with the specified content.