ChildrenTokens Property

Json.NET

Json.NET - Quick Starts & API Documentation ChildrenTokens Property
NamespacesNewtonsoft.Json.LinqJContainerChildrenTokens
Gets the container's children tokens.
Declaration Syntax
C# Visual Basic Visual C++
protected abstract IList<JToken> ChildrenTokens { get; }
Protected MustOverride ReadOnly Property ChildrenTokens As IList(Of JToken)
	Get
protected:
virtual property IList<JToken^>^ ChildrenTokens {
	IList<JToken^>^ get () abstract;
}
Value
The container's children tokens.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)