Click or drag to resize

JToken Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Core.Json
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public class JToken : IEnumerable<JToken>, 
	IEnumerable, ICloneable

The JToken type exposes the following members.

Constructors
  NameDescription
Public methodJToken
Initializes a new instance of the JToken class
Top
Properties
Methods
Extension Methods
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Top
See Also