9 internal class InvokableCall<T1> : BaseInvokableCall
54 public override void Invoke(
object[] args)
class f__AnonymousType0<< Count > j__TPar
static Delegate Combine(Delegate a, Delegate b)
static Delegate CreateDelegate(Type type, object firstArgument, MethodInfo method, bool throwOnBindFailure, bool allowClosed)
static Delegate Remove(Delegate source, Delegate value)
static bool AllowInvoke(Delegate @delegate)
override bool Find(object targetObj, MethodInfo method)
UnityAction< T1 > Delegate
virtual void Invoke(T1 args0)
InvokableCall(UnityAction< T1 > action)
InvokableCall(object target, MethodInfo theFunction)
override void Invoke(object[] args)