Types/Posh.Parameters/set_Defaults.ps1

$argArray = @(
    foreach ($arg in $args) {
        $arg
    }
)
$this.SetDefault.Invoke($argArray)