// Assembly: Unity.Collections
// Full name: Unity.Collections.LowLevel.Unsafe.UnsafeParallelHashMapData

namespace Unity.Collections.LowLevel.Unsafe
{
public class UnsafeParallelHashMapData // TypeDefIndex: 12879
{
	// Fields
	type#12378 values;
	type#12378 keys;
	type#12378 next;
	type#12378 buckets;
	type#20869 keyCapacity;
	type#20869 bucketCapacityMask;
	type#20869 allocatedIndexLength;

	// Methods
	// RVA: -1
	internal static type#28660 DeallocateHashMap(type#12444 data, type#30009 allocator) { }
}
}
