Create empty-params-array.md

This commit is contained in:
Neal Gafter 2020-09-03 14:44:12 -07:00 committed by GitHub
parent 31289a8255
commit dd40959c46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
# Empty array for zero arguments passed to params parameter
We use Array<T>.Empty() to create a zero-element array to pass to a params method when no arguments correspond.
The language spec requires a new array, so it is a language change.
This is a placeholder for the specification.