File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
5.1/Microsoft.PowerShell.Core/About
7.4/Microsoft.PowerShell.Core/About
7.5/Microsoft.PowerShell.Core/About
7.6/Microsoft.PowerShell.Core/About Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ constructor parameters and before the body block.
449449
450450``` Syntax
451451class <derived-class> : <base-class> {
452- <derived-class>(<derived-parameters>) : <base-class >(<base-parameters>) {
452+ <derived-class>(<derived-parameters>) : <base>(<base-parameters>) {
453453 # initialization code
454454 }
455455}
Original file line number Diff line number Diff line change 11---
22description : Describes how to define constructors for PowerShell classes.
33Locale : en-US
4- ms.date : 11 /13/2023
4+ ms.date : 10 /13/2025
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes_constructors?view=powershell-7.4&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about_Classes_Constructors
@@ -448,7 +448,7 @@ constructor parameters and before the body block.
448448
449449``` Syntax
450450class <derived-class> : <base-class> {
451- <derived-class>(<derived-parameters>) : <base-class >(<base-parameters>) {
451+ <derived-class>(<derived-parameters>) : <base>(<base-parameters>) {
452452 # initialization code
453453 }
454454}
Original file line number Diff line number Diff line change 11---
22description : Describes how to define constructors for PowerShell classes.
33Locale : en-US
4- ms.date : 11 /13/2023
4+ ms.date : 10 /13/2025
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes_constructors?view=powershell-7.5&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about_Classes_Constructors
@@ -448,7 +448,7 @@ constructor parameters and before the body block.
448448
449449``` Syntax
450450class <derived-class> : <base-class> {
451- <derived-class>(<derived-parameters>) : <base-class >(<base-parameters>) {
451+ <derived-class>(<derived-parameters>) : <base>(<base-parameters>) {
452452 # initialization code
453453 }
454454}
Original file line number Diff line number Diff line change 11---
22description : Describes how to define constructors for PowerShell classes.
33Locale : en-US
4- ms.date : 11 /13/2023
4+ ms.date : 10 /13/2025
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes_constructors?view=powershell-7.6&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about_Classes_Constructors
@@ -448,7 +448,7 @@ constructor parameters and before the body block.
448448
449449``` Syntax
450450class <derived-class> : <base-class> {
451- <derived-class>(<derived-parameters>) : <base-class >(<base-parameters>) {
451+ <derived-class>(<derived-parameters>) : <base>(<base-parameters>) {
452452 # initialization code
453453 }
454454}
You can’t perform that action at this time.
0 commit comments