result=newMethodBindFailure(()=>newMissingMethodException(MiscHelpers.FormatInvariant("The object has no method named '{0}' that matches the specified arguments",name)));
result=newMethodBindFailure(()=>newMissingMethodException(MiscHelpers.FormatInvariant("The object has no method named '{0}' that matches the specified arguments",name)));
return(object)method??newFunc<Exception>(()=>newMissingMethodException(MiscHelpers.FormatInvariant("The object has no method named '{0}'",binder.Name)));
returnnewMethodBindFailure(()=>newAmbiguousMatchException(MiscHelpers.FormatInvariant("The object has multiple methods named '{0}' that match the specified arguments",name)));
}
}
returnnewMethodBindFailure(()=>newMissingMethodException(MiscHelpers.FormatInvariant("The object has no method named '{0}' that matches the specified arguments",name)));