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 Member List

This is the complete list of members for Newtonsoft.Json.Utilities.CollectionUtils, including all inherited members.

AddDistinct< T >(this IList< T > list, T value)Newtonsoft.Json.Utilities.CollectionUtilsinlinestatic
AddDistinct< T >(this IList< T > list, T value, IEqualityComparer< T > comparer)Newtonsoft.Json.Utilities.CollectionUtilsinlinestatic
AddRange< T >(this IList< T > initial, IEnumerable< T > collection)Newtonsoft.Json.Utilities.CollectionUtilsinlinestatic
AddRange< T >(this IList< T > initial, IEnumerable collection)Newtonsoft.Json.Utilities.CollectionUtilsinlinestatic
AddRangeDistinct< T >(this IList< T > list, IEnumerable< T > values, IEqualityComparer< T > comparer)Newtonsoft.Json.Utilities.CollectionUtilsinlinestatic
Contains< T >(this List< T > list, T value, IEqualityComparer comparer)Newtonsoft.Json.Utilities.CollectionUtilsinlinestatic
ContainsValue< TSource >(this IEnumerable< TSource > source, TSource value, IEqualityComparer< TSource > comparer)Newtonsoft.Json.Utilities.CollectionUtilsinlinestatic
CopyFromJaggedToMultidimensionalArray(IList values, Array multidimensionalArray, int[] indices)Newtonsoft.Json.Utilities.CollectionUtilsinlineprivatestatic
GetDimensions(IList values, int dimensionsCount)Newtonsoft.Json.Utilities.CollectionUtilsinlineprivatestatic
IndexOf< T >(this IEnumerable< T > collection, Func< T, bool > predicate)Newtonsoft.Json.Utilities.CollectionUtilsinlinestatic
IndexOfReference< T >(this List< T > list, T item)Newtonsoft.Json.Utilities.CollectionUtilsinlinestatic
IsDictionaryType(Type type)Newtonsoft.Json.Utilities.CollectionUtilsinlinestatic
IsNullOrEmpty< T >(ICollection< T > collection)Newtonsoft.Json.Utilities.CollectionUtilsinlinestatic
JaggedArrayGetValue(IList values, int[] indices)Newtonsoft.Json.Utilities.CollectionUtilsinlineprivatestatic
ResolveEnumerableCollectionConstructor(Type collectionType, Type collectionItemType)Newtonsoft.Json.Utilities.CollectionUtilsinlinestatic
ResolveEnumerableCollectionConstructor(Type collectionType, Type collectionItemType, Type constructorArgumentType)Newtonsoft.Json.Utilities.CollectionUtilsinlinestatic
ToMultidimensionalArray(IList values, Type type, int rank)Newtonsoft.Json.Utilities.CollectionUtilsinlinestatic