Click or drag to resize
Json.NET

JEnumerableT Structure

 
Represents a collection of JToken objects.

Namespace:  Newtonsoft.Json.Linq
Assembly:  Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
public struct JEnumerable<T> : IJEnumerable<T>, 
	IEnumerable<T>, IEnumerable, IEquatable<JEnumerable<T>>
where T : JToken

Type Parameters

T
The type of token.

The JEnumerableT type exposes the following members.

Constructors
  NameDescription
Public methodJEnumerableT
Initializes a new instance of the JEnumerableT struct.
Top
Properties
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(JEnumerableT)
Determines whether the specified JEnumerableT is equal to this instance.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that can be used to iterate through the collection.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldStatic memberEmpty
An empty collection of JToken objects.
Top
Extension Methods
  NameDescription
Public Extension MethodAncestorsT
Returns a collection of tokens that contains the ancestors of every token in the source collection.
(Defined by Extensions.)
Public Extension MethodAncestorsAndSelfT
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.)
Public Extension MethodAsJEnumerableT (Defined by Extensions.)
Public Extension MethodChildrenTOverloaded.
Returns a collection of child tokens of every array in the source collection.
(Defined by Extensions.)
Public Extension MethodChildrenT, UOverloaded.
Returns a collection of converted child tokens of every array in the source collection.
(Defined by Extensions.)
Public Extension MethodValueT, U
Converts the value.
(Defined by Extensions.)
Top
See Also