Powershell: How to properly count number of items in array of objects when there is only one object left in array

后端 未结 0 1645
死守一世寂寞
死守一世寂寞 2020-12-24 04:58

I have an array of objects with N properties each. I perform a subset operation using Where-Object like this, for instance:

$mySubset = $myArrayO         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题