// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.Layout.LayoutList`1

namespace UnityEngine.UIElements.Layout
{
public class LayoutList`1 // TypeDefIndex: 6480
{
	// Fields
	type#14212 m_Allocator;
	type#12355 m_Data;

	// Methods
	// RVA: -1
	public type#20867 get_Count() { }
	// RVA: -1
	public type#15313 get_IsCreated() { }
	// RVA: -1
	public type#11484 get_Item(type#20867 index) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 initialCapacity, type#14208 allocator) { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	public type#28660 Insert(type#20867 index, type#1235 value) { }
	// RVA: -1
	public type#28660 RemoveAt(type#20867 index) { }
	// RVA: -1
	private type#28660 IncreaseCapacity() { }
	// RVA: -1
	private type#28660 EnsureCapacity(type#20867 capacity) { }
	// RVA: -1
	private type#28660 ResizeCapacity(type#20867 capacity) { }
	// RVA: -1
	private static type#12457 ResizeArray(type#12457 fromPtr, type#20900 fromCount, type#20900 toCount, type#20900 size, type#20867 align, type#14208 allocator) { }
}
}
