terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Newtonsoft.Json.Linq.JEnumerable< T > Struct Template Reference
+ Inheritance diagram for Newtonsoft.Json.Linq.JEnumerable< T >:

Public Member Functions

 JEnumerable (IEnumerable< T > enumerable)
 
IEnumerator< T > GetEnumerator ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
bool Equals (JEnumerable< T > other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static JEnumerable ()
 

Static Public Attributes

static readonly JEnumerable< T > Empty
 

Properties

IJEnumerable< JTokenthis[object key] [get]
 

Private Attributes

readonly IEnumerable< T > _enumerable
 

Detailed Description

Type Constraints
T :JToken 

Definition at line 11 of file JEnumerable.cs.


The documentation for this struct was generated from the following file: