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

namespace UnityEngine.UIElements
{
public class EventCallbackFunctorBase // TypeDefIndex: 5490
{
	// Fields
	type#20904 eventTypeId;
	type#21072 invokePolicy;

	// Methods
	// RVA: -1
	public abstract type#28660 Invoke(type#17965 evt) { }
	// RVA: -1
	public abstract type#28660 UnregisterCallback(type#15675 target, type#27650 useTrickleDown) { }
	// RVA: -1
	public abstract type#28660 Dispose() { }
	// RVA: -1
	public abstract type#15313 IsEquivalentTo(type#20900 eventTypeId, type#17247 callback) { }
	// RVA: -1
	protected type#28660 .ctor() { }
}
}
