-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(AB-168933) Clarify Length and Count for PSCustomObject
Prior to this change, the documentation note for the **Length** and **Count** properties of **PSCustomObjects** created by casting a hashtable indicated that, for Windows PowerShell, those properties don't exist on the object and accessing them returns `$null`. However, in PowerShell, those members exist and return a value of `1`. This change: - Updates the note to indicate the changed behavior. - Fixes AB#168933
- Loading branch information
1 parent
861ae1e
commit 2650605
Showing
4 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters