IJEnumerable(T) Interface

Json.NET

Json.NET - Quick Starts & API Documentation IJEnumerable<(Of <(<'T>)>)> Interface
NamespacesNewtonsoft.Json.LinqIJEnumerable<(Of <(<'T>)>)>
Represents a collection of JToken objects.
Declaration Syntax
C# Visual Basic Visual C++
public interface IJEnumerable<out T> : IEnumerable<T>, 
	IEnumerable
where T : JToken
Public Interface IJEnumerable(Of Out T As JToken) _
	Inherits IEnumerable(Of T), IEnumerable
generic<typename T>
where T : JToken
public interface class IJEnumerable : IEnumerable<T>, 
	IEnumerable
Generic Template Parameters
T
The type of token
Members
All Members Methods Properties



Icon Member Description
Ancestors<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>))
Returns a collection of tokens that contains the ancestors of every token in the source collection.
(Inherited from Extensions.)
AsJEnumerable<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>))
Returns the input typed as IJEnumerable<(Of <(<'T>)>)>.
(Inherited from Extensions.)
Children<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>))
Returns a collection of child tokens of every array in the source collection.
(Inherited from Extensions.)
Children<(Of <<'(T, U>)>>)(IEnumerable<(Of <<'(T>)>>))
Returns a collection of converted child tokens of every array in the source collection.
(Inherited from Extensions.)
GetEnumerator()()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'T>)>)>.)
GetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Item[([( Object])])
Gets the IJEnumerable<(Of <(<'T>)>)> with the specified key.

Value<(Of <<'(T, U>)>>)(IEnumerable<(Of <<'(T>)>>))
Converts the value.
(Inherited from Extensions.)

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)