Skip to content

Commit 329a1da

Browse files
committed
Apply review comment
1 parent f839563 commit 329a1da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/Type.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6147,8 +6147,8 @@ One of the elements in the <paramref name="types" /> array is <see langword="nul
61476147
-or-
61486148

61496149
An empty array of <see cref="T:System.Type" /> objects (as provided by the <see cref="F:System.Type.EmptyTypes" /> field) to get a method that takes no parameters.</param>
6150-
<summary>Searches for the specified method whose parameters match the specified generic parameter count, argument types, using the specified binding constraints.</summary>
6151-
<returns>An object representing the method that matches the specified generic parameter count, argument types and binding constraints, if found; otherwise, <see langword="null" />.</returns>
6150+
<summary>Searches for the specified method whose parameters match the specified generic parameter count and argument types, using the specified binding constraints.</summary>
6151+
<returns>An object representing the method that matches the specified generic parameter count, argument types, and binding constraints, if found; otherwise, <see langword="null" />.</returns>
61526152
<remarks>To be added.</remarks>
61536153
</Docs>
61546154
</Member>

0 commit comments

Comments
 (0)