// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.ObjectPool`1

namespace UnityEngine.UIElements
{
public class ObjectPool`1 // TypeDefIndex: 5672
{
	// Fields
	type#10242 m_Stack;
	type#20868 m_MaxSize;
	type#5460 CreateFunc;

	// Methods
	// RVA: -1
	public type#20867 get_maxSize() { }
	// RVA: -1
	public type#28660 set_maxSize(type#20867 value) { }
	// RVA: -1
	public type#28660 .ctor(type#5459 CreateFunc, type#20891 maxSize) { }
	// RVA: -1
	public type#20867 Size() { }
	// RVA: -1
	public type#1297 Get() { }
	// RVA: -1
	public type#28660 Release(type#1297 element) { }
}
}
