You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
result=newMethodBindFailure(()=>newMissingMemberException(MiscHelpers.FormatInvariant("The object has no method named '{0}' that matches the specified arguments",name)));
result=newMethodBindFailure(()=>newMissingMemberException(MiscHelpers.FormatInvariant("The object has no method named '{0}' that matches the specified arguments",name)));
126
-
}
131
+
if(resultisMethodBindSuccess)
132
+
{
133
+
result=newMethodBindFailure(()=>newMissingMemberException(MiscHelpers.FormatInvariant("The object has no method named '{0}' that matches the specified arguments",name)));
0 commit comments