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

The JContainer type exposes the following members.

Properties

  NameDescription
Content
First
Get the first child token of this token.
(Overrides JToken..::.First.)
HasValues
Gets a value indicating whether this token has childen tokens.
(Overrides JToken..::.HasValues.)
Item
Gets the JToken with the specified key.
(Inherited from JToken.)
Last
Get the last child token of this token.
(Overrides JToken..::.Last.)
Next
Gets the next sibling token of this node.
(Inherited from JToken.)
Parent
Gets or sets the parent.
(Inherited from JToken.)
Previous
Gets the previous sibling token of this node.
(Inherited from JToken.)
Root
Gets the root JToken of this JToken.
(Inherited from JToken.)
Type
Gets the node type for this JToken.
(Inherited from JToken.)

Explicit Interface Implementations

  NameDescription
IJEnumerable<(Of <(JToken>)>)..::.Item (Inherited from JToken.)
IJsonLineInfo..::.LineNumber (Inherited from JToken.)
IJsonLineInfo..::.LinePosition (Inherited from JToken.)

See Also

JContainer Class
Facebook.Json.Linq Namespace