Click or drag to resize

JContainer Class

Inheritance Hierarchy

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

The JContainer type exposes the following members.

Constructors
  NameDescription
Public methodJContainer
Initializes a new instance of the JContainer class
Top
Properties
Methods
  NameDescription
Public methodAdd(Object)
Public methodAdd(JToken)
Public methodAddAfterSelf (Inherited from JToken.)
Public methodAddAnnotation (Inherited from JToken.)
Public methodAddBeforeSelf (Inherited from JToken.)
Public methodAddFirst
Public methodChildren (Overrides JTokenChildren.)
Public methodClear
Public methodClone (Inherited from JToken.)
Public methodContains(Object)
Public methodContains(JToken)
Public methodCopyTo(Array, Int32)
Public methodCopyTo(JToken, Int32)
Public methodDescendants
Public methodDescendantsAndSelf
Public methodGetEnumerator (Inherited from JToken.)
Public methodIndexOf(Object)
Public methodIndexOf(JToken)
Public methodInsert(Int32, JToken)
Public methodInsert(Int32, Object)
Public methodMerge
Public methodRemove(Object)
Public methodRemove(JToken)
Public methodRemoveAll
Public methodRemoveAt
Public methodReplaceAll
Public methodToObject(Type) (Inherited from JToken.)
Public methodToObjectT (Overrides JTokenToObjectT.)
Public methodValueT (Inherited from JToken.)
Public methodValuesT (Overrides JTokenValuesT.)
Top
Extension Methods
Explicit Interface Implementations
See Also