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