IJEnumerable<T> public interface IJEnumerable<T> : IEnumerable<T>, IEnumerable where T : JToken Represents a collection of JToken objects. Documentation Code IJEnumerable<JToken> this[object key] { get; } Gets the IJEnumerable<T> of JToken with the specified key.