提交 282071a4 编写于 作者: J John Hamby

Improved a comment.

上级 d079eaa8
......@@ -111,7 +111,8 @@ internal static ImmutableArray<IArgument> DeriveArguments(ImmutableArray<BoundEx
}
else
{
// The parameter might be a params array, in which case an empty array will be provided.
// If the invocation is semantically valid, the parameter will be a params array and an empty array will be provided.
// If the argument is otherwise omitted for a parameter with no default value, the invocation is not valid and a null argument will be provided.
arguments.Add(DeriveArgument(parameterIndex, boundArguments.Length, boundArguments, argumentNames, argumentRefKinds, parameters, invocationSyntax));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册