JContainer
public abstract class JContainer : JToken, IList<JToken>, ICollection<JToken>, IEnumerable<JToken>, IEnumerable, IList, ICollection
Represents a token that can contain other tokens.
Gets the container's children tokens.
Gets the count of child JSON tokens.
Adds the specified content as children of this JToken.
Adds the specified content as the first children of this JToken.
Creates a JsonWriter that can be used to add tokens to the JToken.
Returns a collection of the descendant tokens for this token in document order.
Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order.
Merge the specified content into this JToken.
Merge the specified content into this JToken using JsonMergeSettings.
Removes the child nodes from this token.
Replaces the child nodes of this token with the specified content.