IJEnumerableT Interface |
Namespace: Newtonsoft.Json.Linq
public interface IJEnumerable<out T> : IEnumerable<T>, IEnumerable where T : JToken
The IJEnumerableT type exposes the following members.
Name | Description | |
---|---|---|
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableT.) |
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.) |