terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Newtonsoft.Json.Utilities.CollectionUtils Class Reference
+ Collaboration diagram for Newtonsoft.Json.Utilities.CollectionUtils:

Static Public Member Functions

static bool IsNullOrEmpty< T > (ICollection< T > collection)
 
static void AddRange< T > (this IList< T > initial, IEnumerable< T > collection)
 
static void AddRange< T > (this IList< T > initial, IEnumerable collection)
 
static bool IsDictionaryType (Type type)
 
static ConstructorInfo ResolveEnumerableCollectionConstructor (Type collectionType, Type collectionItemType)
 
static ConstructorInfo ResolveEnumerableCollectionConstructor (Type collectionType, Type collectionItemType, Type constructorArgumentType)
 
static bool AddDistinct< T > (this IList< T > list, T value)
 
static bool AddDistinct< T > (this IList< T > list, T value, IEqualityComparer< T > comparer)
 
static bool ContainsValue< TSource > (this IEnumerable< TSource > source, TSource value, IEqualityComparer< TSource > comparer)
 
static bool AddRangeDistinct< T > (this IList< T > list, IEnumerable< T > values, IEqualityComparer< T > comparer)
 
static int IndexOf< T > (this IEnumerable< T > collection, Func< T, bool > predicate)
 
static bool Contains< T > (this List< T > list, T value, IEqualityComparer comparer)
 
static int IndexOfReference< T > (this List< T > list, T item)
 
static Array ToMultidimensionalArray (IList values, Type type, int rank)
 

Static Private Member Functions

static IList< int > GetDimensions (IList values, int dimensionsCount)
 
static void CopyFromJaggedToMultidimensionalArray (IList values, Array multidimensionalArray, int[] indices)
 
static object JaggedArrayGetValue (IList values, int[] indices)
 

Detailed Description

Definition at line 18 of file CollectionUtils.cs.


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