$<name> = @()
Empty array.
add not possible.
add
$<name> = New-Object System.Collections.ArrayList
add possible.