Interface IJEnumerable<T>
- Namespace
- Newtonsoft.Json.Linq
- Assembly
- Newtonsoft.Json.dll
Represents a collection of JToken objects.
public interface IJEnumerable<T> : IEnumerable<T>, IEnumerable where T : JToken
Type Parameters
T
The type of token
- Inherited Members
- Extension Methods
Properties
this[object]
Gets the IJEnumerable<T> with the specified key.
IJEnumerable<JToken> this[object key] { get; }
Parameters
key
object