Represents a collection of JToken objects.
| C# | Visual Basic | Visual C++ |
public struct JEnumerable<T> : IJEnumerable<T>, IEnumerable<T>, IEnumerable where T : JToken
Public Structure JEnumerable(Of T As JToken) _ Implements IJEnumerable(Of T), IEnumerable(Of T), _ IEnumerable
generic<typename T> where T : JToken public value class JEnumerable : IJEnumerable<T>, IEnumerable<T>, IEnumerable
- T
- The type of token
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| JEnumerable<(Of <(<'T>)>)>(IEnumerable<(Of <<'(T>)>>)) |
Initializes a new instance of the JEnumerable<(Of <(<'T>)>)> struct.
| |
| Ancestors<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) |
Returns a collection of tokens that contains the ancestors of every token in the source collection.
(Inherited from Extensions.) | |
| AsJEnumerable<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) |
Returns the input typed as IJEnumerable<(Of <(<'T>)>)>.
(Inherited from Extensions.) | |
| Children<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) |
Returns a collection of child tokens of every array in the source collection.
(Inherited from Extensions.) | |
| Children<(Of <<'(T, U>)>>)(IEnumerable<(Of <<'(T>)>>)) |
Returns a collection of converted child tokens of every array in the source collection.
(Inherited from Extensions.) | |
| Empty |
An empty collection of JToken objects.
| |
| Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ValueType.Equals(Object).) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator()()()() |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode()()()() |
Returns a hash code for this instance.
(Overrides ValueType.GetHashCode()()()().) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([( Object])]) |
Gets the IJEnumerable<(Of <(<'T>)>)> with the specified key.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()()() |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) | |
| Value<(Of <<'(T, U>)>>)(IEnumerable<(Of <<'(T>)>>)) |
Converts the value.
(Inherited from Extensions.) |