Replace [void] with $null

This commit is contained in:
ili101
2019-04-08 13:34:31 +03:00
parent 52231254a5
commit 92c97b25c3
6 changed files with 11 additions and 11 deletions

View File

@@ -635,7 +635,7 @@
$ColumnIndex += $InputObject.Columns.Count - 1
if ($noHeader) {$row += $InputObject.Rows.Count -1 }
else {$row += $InputObject.Rows.Count }
[void]$PSBoundParameters.Remove('InputObject')
$null = $PSBoundParameters.Remove('InputObject')
$firstTimeThru = $false
}
#endregion