Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions xml/System/Type.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13644,10 +13644,10 @@ Types that are defined in the .NET Standard are not marked with <xref:System.Ser
</Parameter>
</Parameters>
<Docs>
<param name="genericTypeDefinition">To be added.</param>
<param name="typeArguments">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="genericTypeDefinition">The generic type definition.</param>
<param name="typeArguments">An array of type arguments.</param>
<summary>Creates a generic signature type, which allows third party reimplementations of Reflection to fully support the use of signature types in querying type members.</summary>
<returns>A generic signature type.</returns>
<remarks>To be added.</remarks>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the remarks section be deleted?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, they should be left. Remarks that read "To be added." do not appear in the build.

</Docs>
</Member>
Expand Down