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

The JContainer type exposes the following members.

Methods

  NameDescription
Add
Adds the specified content as children of this JToken.
AddAfterSelf (Inherited from JToken.)
AddBeforeSelf (Inherited from JToken.)
AddFirst
Adds the specified content as the first children of this JToken.
AddInternal
AddObjectSkipNotify
AfterSelf
Returns a collection of the sibling tokens after this token, in document order.
(Inherited from JToken.)
Ancestors
Returns a collection of the ancestor tokens of this token.
(Inherited from JToken.)
BeforeSelf
Returns a collection of the sibling tokens before this token, in document order.
(Inherited from JToken.)
Children
Returns a collection of the child tokens of this token, in document order.
(Overrides JToken..::.Children()()().)
CloneNode (Inherited from JToken.)
ContentsEqual
ContentsHashCode
CreateFromContent
CreateReader (Inherited from JToken.)
CreateWriter
Creates an JsonWriter that can be used to add tokens to the JToken.
DeepEquals (Inherited from JToken.)
Descendants
Returns a collection of the descendant tokens for this token in document order.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetDeepHashCode (Inherited from JToken.)
GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from JToken.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetIndex
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsMultiContent
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReadContentFrom
RemoveOverloaded.
RemoveAll
Removes the child nodes from this token.
Replace
Replaces this token with the specified token.
(Inherited from JToken.)
ReplaceAll
Replaces the children nodes of this token with the specified content.
SetLineInfoOverloaded.
ToStringOverloaded.
ValidateObject
ValidateToken
Value<(Of <(T>)>)
Gets the JToken with the specified key converted to the specified type.
(Inherited from JToken.)
Values<(Of <(T>)>)
Returns a collection of the child values of this token, in document order.
(Overrides JToken..::.Values<(Of <(T>)>)()()().)
WriteTo
Writes this token to a JsonWriter.
(Inherited from JToken.)

Explicit Interface Implementations

  NameDescription
IEnumerable<(Of <(JToken>)>)..::.GetEnumerator (Inherited from JToken.)
IJsonLineInfo..::.HasLineInfo (Inherited from JToken.)

See Also

JContainer Class
Facebook.Json.Linq Namespace