|  | IJEnumerableT Interface | 
Namespace: Newtonsoft.Json.Linq
 Syntax
Syntaxpublic interface IJEnumerable<out T> : IEnumerable<T>, IEnumerable where T : JToken
The IJEnumerableT type exposes the following members.
 Properties
Properties Methods
Methods| Name | Description | |
|---|---|---|
|  | GetEnumerator | Returns an enumerator that iterates through the collection.(Inherited from IEnumerableT.) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | AncestorsT | 
            Returns a collection of tokens that contains the ancestors of every token in the source collection.
            (Defined by Extensions.) | 
|  | AncestorsAndSelfT | 
            Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection.
            (Defined by Extensions.) | 
|  | AsJEnumerableT | 
            Returns the input typed as IJEnumerableT.
            (Defined by Extensions.) | 
|  | ChildrenT | Overloaded. 
            Returns a collection of child tokens of every array in the source collection.
            (Defined by Extensions.) | 
|  | ChildrenT, U | Overloaded. 
            Returns a collection of converted child tokens of every array in the source collection.
            (Defined by Extensions.) | 
|  | ValueT, U | 
            Converts the value.
            (Defined by Extensions.) | 
 See Also
See Also