Skip to content

Commit e1c071e

Browse files
authored
Fix use of forInternalUseOnly in ExtensionMarkerAttribute (#11917)
1 parent c336445 commit e1c071e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Runtime.CompilerServices/ExtensionMarkerAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<Docs>
3131
<summary>
3232
<para>Represents an attribute that's used to mark extension members and associate them with a specific marker type (which provides detailed information about an extension block and its receiver parameter).</para>
33-
<forInternalUseOnly />
3433
</summary>
3534
<remarks>To be added.</remarks>
35+
<forInternalUseOnly />
3636
</Docs>
3737
<Members>
3838
<Member MemberName=".ctor">

0 commit comments

Comments
 (0)