![]() | JEnumerableT Structure |
Namespace: Newtonsoft.Json.Linq
public struct JEnumerable<T> : IJEnumerable<T>, IEnumerable<T>, IEnumerable, IEquatable<JEnumerable<T>> where T : JToken
The JEnumerableT type exposes the following members.
Name | Description | |
---|---|---|
![]() | JEnumerableT |
Initializes a new instance of the JEnumerableT struct.
|
Name | Description | |
---|---|---|
![]() | Item |
Gets the IJEnumerableT of JToken with the specified key.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(JEnumerableT) |
Determines whether the specified JEnumerableT is equal to this instance.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that can be used to iterate through the collection.
|
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | AncestorsT |
Returns a collection of tokens that contains the ancestors of every token in the source collection.
(Defined by Extensions.) |
![]() | AncestorsAndSelfT |
Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection.
(Defined by Extensions.) |
![]() | AsJEnumerableT |
Returns the input typed as IJEnumerableT.
(Defined by Extensions.) |
![]() | ChildrenT | Overloaded.
Returns a collection of child tokens of every array in the source collection.
(Defined by Extensions.) |
![]() | ChildrenT, U | Overloaded.
Returns a collection of converted child tokens of every array in the source collection.
(Defined by Extensions.) |
![]() | ValueT, U |
Converts the value.
(Defined by Extensions.) |