// Assembly: UnityEngine.CoreModule
// Full name: Unity.Collections.NativeArray`1

namespace Unity.Collections
{
public class NativeArray`1 // TypeDefIndex: 8595
{
	// Fields
	type#12459 m_Buffer;
	type#20869 m_Length;
	type#14210 m_AllocatorLabel;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#20867 length, type#14208 allocator, type#23239 options) { }
	// RVA: -1
	public type#28660 .ctor(type#12639 array, type#14208 allocator) { }
	// RVA: -1
	private static type#28660 Allocate(type#20867 length, type#14208 allocator, type#11657 array) { }
	// RVA: -1
	public type#20867 get_Length() { }
	// RVA: -1
	public type#1273 get_Item(type#20867 index) { }
	// RVA: -1
	public type#28660 set_Item(type#20867 index, type#1273 value) { }
	// RVA: -1
	public type#15313 get_IsCreated() { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	public type#12639 ToArray() { }
	// RVA: -1
	public type#5147 GetEnumerator() { }
	// RVA: -1
	private virtual type#6745 System.Collections.Generic.IEnumerable<T>.GetEnumerator() { }
	// RVA: -1
	private virtual type#20073 System.Collections.IEnumerable.GetEnumerator() { }
	// RVA: -1
	public virtual type#15313 Equals(type#9445 other) { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public static type#28660 Copy(type#12639 src, type#9445 dst) { }
	// RVA: -1
	public static type#28660 Copy(type#9445 src, type#9445 dst, type#20867 length) { }
	// RVA: -1
	public static type#28660 Copy(type#9445 src, type#12639 dst, type#20867 length) { }
	// RVA: -1
	private static type#28660 CopySafe(type#9445 src, type#20867 srcIndex, type#9445 dst, type#20867 dstIndex, type#20867 length) { }
	// RVA: -1
	private static type#28660 CopySafe(type#12639 src, type#20867 srcIndex, type#9445 dst, type#20867 dstIndex, type#20867 length) { }
	// RVA: -1
	private static type#28660 CopySafe(type#9445 src, type#20867 srcIndex, type#12639 dst, type#20867 dstIndex, type#20867 length) { }
	// RVA: -1
	public type#10032 AsReadOnly() { }
}
}
