// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.ReadOnlyHierarchyViewModelList

namespace UnityEngine.UIElements
{
public class ReadOnlyHierarchyViewModelList // TypeDefIndex: 5111
{
	// Fields
	type#19607 m_HierarchyViewModel;

	// Methods
	// RVA: -1
	public virtual type#15313 get_IsFixedSize() { }
	// RVA: -1
	public virtual type#15313 get_IsReadOnly() { }
	// RVA: -1
	public virtual type#20867 get_Count() { }
	// RVA: -1
	public virtual type#15313 Contains(type#23705 value) { }
	// RVA: -1
	public virtual type#20867 IndexOf(type#23705 value) { }
	// RVA: -1
	public type#28660 .ctor(type#19605 viewModel) { }
	// RVA: -1
	public virtual type#23705 get_Item(type#20867 index) { }
	// RVA: -1
	public virtual type#28660 set_Item(type#20867 index, type#23705 value) { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#14435 array, type#20867 index) { }
	// RVA: -1
	public virtual type#20073 GetEnumerator() { }
	// RVA: -1
	public virtual type#15313 get_IsSynchronized() { }
	// RVA: -1
	public virtual type#23705 get_SyncRoot() { }
	// RVA: -1
	public virtual type#20867 Add(type#23705 value) { }
	// RVA: -1
	public virtual type#28660 Clear() { }
	// RVA: -1
	public virtual type#28660 Insert(type#20867 index, type#23705 value) { }
	// RVA: -1
	public virtual type#28660 Remove(type#23705 value) { }
	// RVA: -1
	public virtual type#28660 RemoveAt(type#20867 index) { }
}
}
