109 while (
value !=
null)
class f__AnonymousType0<< Count > j__TPar
static Array ToMultidimensionalArray(IList values, Type type, int rank)
static void CopyFromJaggedToMultidimensionalArray(IList values, Array multidimensionalArray, int[] indices)
static bool Contains< T >(this List< T > list, T value, IEqualityComparer comparer)
static int IndexOfReference< T >(this List< T > list, T item)
static bool AddRangeDistinct< T >(this IList< T > list, IEnumerable< T > values, IEqualityComparer< T > comparer)
static void AddRange< T >(this IList< T > initial, IEnumerable< T > collection)
static bool AddDistinct< T >(this IList< T > list, T value)
static object JaggedArrayGetValue(IList values, int[] indices)
static ConstructorInfo ResolveEnumerableCollectionConstructor(Type collectionType, Type collectionItemType)
static bool ContainsValue< TSource >(this IEnumerable< TSource > source, TSource value, IEqualityComparer< TSource > comparer)
static bool IsNullOrEmpty< T >(ICollection< T > collection)
static bool IsDictionaryType(Type type)
static ConstructorInfo ResolveEnumerableCollectionConstructor(Type collectionType, Type collectionItemType, Type constructorArgumentType)
static int IndexOf< T >(this IEnumerable< T > collection, Func< T, bool > predicate)
static IList< int > GetDimensions(IList values, int dimensionsCount)
static void ArgumentNotNull(object value, string parameterName)