You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System/Type.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13644,10 +13644,10 @@ Types that are defined in the .NET Standard are not marked with <xref:System.Ser
13644
13644
</Parameter>
13645
13645
</Parameters>
13646
13646
<Docs>
13647
-
<param name="genericTypeDefinition">To be added.</param>
13648
-
<param name="typeArguments">To be added.</param>
13649
-
<summary>To be added.</summary>
13650
-
<returns>To be added.</returns>
13647
+
<param name="genericTypeDefinition">The generic type definition.</param>
13648
+
<param name="typeArguments">An array of type arguments.</param>
13649
+
<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>
0 commit comments