Represents a collection of JToken objects.
| C# | Visual Basic | Visual C++ |
public interface IJEnumerable<T> : IEnumerable<T>, IEnumerable where T : JToken
Public Interface IJEnumerable(Of T As JToken) _ Implements 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 |
|---|---|---|
| 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.
|