Skip to content

Commit be45267

Browse files
committed
Revert addition of readonly modifier for no-member types
1 parent 301f083 commit be45267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/System.Management.Automation/engine/MshMemberInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2748,11 +2748,11 @@ internal class PSOutParameter<T>
27482748
{
27492749
}
27502750

2751-
internal readonly struct PSPointer<T>
2751+
internal struct PSPointer<T>
27522752
{
27532753
}
27542754

2755-
internal readonly struct PSTypedReference
2755+
internal struct PSTypedReference
27562756
{
27572757
}
27582758

0 commit comments

Comments
 (0)