We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b107c commit 6ec635dCopy full SHA for 6ec635d
1 file changed
src/runtime/MethodBinder.cs
@@ -576,7 +576,6 @@ static BorrowedReference HandleParamsArray(BorrowedReference args, int arrayStar
576
/// <param name="pyArgCount">Number of arguments, passed by Python</param>
577
/// <param name="kwargDict">Dictionary of keyword argument name to python object pointer</param>
578
/// <param name="defaultArgList">A list of default values for omitted parameters</param>
579
- /// <param name="needsResolution"><c>true</c>, if overloading resolution is required</param>
580
/// <param name="outs">Returns number of output parameters</param>
581
/// <returns>If successful, an array of .NET arguments that can be passed to the method. Otherwise null.</returns>
582
static object?[]? TryConvertArguments(ParameterInfo[] pi, bool paramsArray,
0 commit comments