We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f059900 commit ead8ddaCopy full SHA for ead8dda
Types/ParamBlockAst/get_ParameterNames.ps1
@@ -0,0 +1,3 @@
1
+@(foreach ($parameter in $this.Parameters) {
2
+ $parameter.ParameterNames
3
+})
0 commit comments