// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.Events.InvokableCall

namespace UnityEngine.Events
{
public class InvokableCall // TypeDefIndex: 8976
{
	// Fields
	type#28041 Delegate;

	// Methods
	// RVA: -1
	private type#28660 add_Delegate(type#28040 value) { }
	// RVA: -1
	private type#28660 remove_Delegate(type#28040 value) { }
	// RVA: -1
	public type#28660 .ctor(type#23705 target, type#22692 theFunction) { }
	// RVA: -1
	public type#28660 .ctor(type#28040 action) { }
	// RVA: -1
	public virtual type#28660 Invoke(type#13299 args) { }
	// RVA: -1
	public type#28660 Invoke() { }
	// RVA: -1
	public virtual type#15313 Find(type#23705 targetObj, type#22692 method) { }
}
}
