85 return "method return type is incompatible";
87 return "method return type is incompatible";
127 while (target ==
null);
191 delegateData = this.
data;
192 if (delegateData !=
null)
232 while (methodBase ==
null)
248 if (
this ==
null ||
this !=
null)
class f__AnonymousType0<< Count > j__TPar
static void GetDelegateData(Delegate instance, SerializationInfo info, StreamingContext ctx)
static Delegate CreateDelegate(Type type, object firstArgument, MethodInfo method)
static bool operator==(Delegate d1, Delegate d2)
static bool return_type_match(Type delReturnType, Type returnType)
static Delegate Combine(Delegate a, Delegate b)
static Delegate CreateDelegate(Type type, Type target, string method, bool ignoreCase, bool throwOnBindFailure)
virtual Delegate[] GetInvocationList()
override bool Equals(object obj)
IntPtr delegate_trampoline
MethodInfo original_method_info
static Delegate CreateDelegate(Type type, object target, string method, bool ignoreCase, bool throwOnBindFailure)
static Delegate CreateDelegate(Type type, object target, string method, bool ignoreCase)
virtual void GetObjectData(SerializationInfo info, StreamingContext context)
static bool arg_type_match_this(Type delArgType, Type argType, bool boxedThis)
static Delegate Combine(params Delegate[] delegates)
static bool arg_type_match(Type delArgType, Type argType)
static Delegate CreateDelegate(Type type, MethodInfo method, bool throwOnBindFailure)
virtual MethodInfo GetMethodImpl()
static Delegate CreateDelegate(Type type, MethodInfo method)
static Delegate CreateDelegate(Type type, Type target, string method, bool ignoreCase)
MethodInfo GetVirtualMethod_internal()
static MulticastDelegate AllocDelegateLike_internal(Delegate d)
override int GetHashCode()
virtual Delegate RemoveImpl(Delegate d)
static Delegate CreateDelegate(Type type, object target, string method)
IntPtr interp_invoke_impl
static Delegate CreateDelegate(Type type, object firstArgument, MethodInfo method, bool throwOnBindFailure, bool allowClosed)
static Delegate CreateDelegate(Type type, Type target, string method)
virtual Delegate CombineImpl(Delegate d)
static MethodInfo GetCandidateMethod(Type type, Type target, string method, BindingFlags bflags, bool ignoreCase, bool throwOnBindFailure)
static bool operator!=(Delegate d1, Delegate d2)
static Delegate Remove(Delegate source, Delegate value)
static Delegate CreateDelegate_internal(Type type, object target, MethodInfo info, bool throwOnBindFailure)
static int GetHashCode(object o)