// Assembly: UnityEngine.PropertiesModule
// Full name: Unity.Properties.DelegateProperty`2

namespace Unity.Properties
{
public class DelegateProperty`2 // TypeDefIndex: 11486
{
	// Fields
	type#9934 m_Getter;
	type#9936 m_Setter;
	type#26586 <Name>k__BackingField;

	// Methods
	// RVA: -1
	public virtual type#26576 get_Name() { }
	// RVA: -1
	public virtual type#15313 get_IsReadOnly() { }
	// RVA: -1
	public type#28660 .ctor(type#26576 name, type#9933 getter, type#9937 setter) { }
	// RVA: -1
	public virtual type#2011 GetValue(type#11465 container) { }
	// RVA: -1
	public virtual type#28660 SetValue(type#11465 container, type#2011 value) { }
}
}
