binyomen / pwsh-live-doc

Run real code examples to generate empirical documentation of the complex nonsense that is PowerShell semantics.
https://www.pwsh-live-doc.com/
MIT License
5 stars 0 forks source link

Write example page about how in versions before 6.1, PSCustomObjects don't have a count #13

Closed binyomen closed 3 years ago

binyomen commented 4 years ago
PS> $object = [PSCustomObject]@{Name='TestObject'}
PS> $object.count
$null