Standard PowerShell Object Array

[System.Collections.Generic.List[PSObject]] $arr = @()
$arr.Add($objectA)
$arr.Add($objectB)
Details
Use to create and add items to a PowerShell array