<PackageReference Include="Newtonsoft.Json" Version="6.0.7" />

JEnumerable<T>

public struct JEnumerable<T> : IJEnumerable<T>, IEnumerable<T>, IEnumerable, IEquatable<JEnumerable<T>> where T : JToken
Represents a collection of JToken objects.
public static readonly JEnumerable<T> Empty

An empty collection of JToken objects.

public IJEnumerable<JToken> this[object key] { get; }

Gets the IJEnumerable<T> with the specified key.

public JEnumerable(IEnumerable<T> enumerable)

Initializes a new instance of the JEnumerable<T> struct.

public bool Equals(JEnumerable<T> other)

Determines whether the specified JEnumerable<T> is equal to this instance.

Returns an enumerator that iterates through the collection.