Represents a collection of JToken objects.
| 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
- T
- The type of token
| 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.) |