3 lines
72 B
PowerShell
3 lines
72 B
PowerShell
$list.AddLast([PSCustomObject]@{ID=789; X=789;Y=789}) | Out-Null
|
|
|
|
$list
|