Skip to content

Commit

Permalink
Update params-collections.md based on recent LDM decision
Browse files Browse the repository at this point in the history
Related to #8061.
  • Loading branch information
AlekseyTs authored Apr 24, 2024
1 parent b685481 commit bf75cf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proposals/params-collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ The [Applicable function member](https://github.com/dotnet/csharpstandard/blob/d

If a function member that includes a parameter collection is not applicable in its normal form, the function member might instead be applicable in its ***expanded form***:

- If parameter collection is not an array, an expanded form is not applicable for language versions C# 12 and below.
- The expanded form is constructed by replacing the parameter collection in the function member declaration with
zero or more value parameters of the parameter collection's *element type*
such that the number of arguments in the argument list `A` matches the total number of parameters.
Expand Down

0 comments on commit bf75cf5

Please sign in to comment.