Interface IJEnumerable<T>
Represents a collection of JToken objects.
Inherited Members
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Namespace: Bayat.Json.Linq
Assembly: Bayat.Json.Runtime.dll
Syntax
public interface IJEnumerable<out T> : IEnumerable<T>, IEnumerable where T : JToken
Type Parameters
Name | Description |
---|---|
T | The type of token |
Properties
| Improve this Doc View SourceItem[Object]
Gets the IJEnumerable<T> with the specified key.
Declaration
IJEnumerable<JToken> this[object key] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Object | key |
Property Value
Type | Description |
---|---|
IJEnumerable<JToken> |