Skip to content

Commit a0ee0b0

Browse files
committed
Fix XML tag for 'returns'
1 parent c907231 commit a0ee0b0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

xml/System/Type.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4313,15 +4313,15 @@ In .NET 6 and earlier versions, the <xref:System.Type.GetFields%2A> method does
43134313
<Parameters />
43144314
<Docs>
43154315
<summary>When overridden in a derived class, returns the calling conventions of the current function pointer <see cref="T:System.Type" />.</summary>
4316-
<returns>An array of <see cref="T:System.Type" /> objects representing all the calling conventions for the current function pointer <see cref="T:System.Type" />.</returns>
4316+
<returns>An array of <see cref="T:System.Type" /> objects representing all the calling conventions for the current function pointer <see cref="T:System.Type" />.
43174317

43184318
-or-
43194319

4320-
An empty array of type <see cref="T:System.Type" />, if no calling conventions are defined for the current function pointer <see cref="T:System.Type" />.</returns>
4320+
An empty array of type <see cref="T:System.Type" />, if no calling conventions are defined for the current function pointer <see cref="T:System.Type" />.
43214321

43224322
-or-
43234323

4324-
An empty array of type <see cref="T:System.Type" />, if the current function pointer <see cref="T:System.Type" /> is not a modified <see cref="T:System.Type" />. A modified <see cref="T:System.Type" /> is obtained from <see cref="T:System.Reflection.FieldInfo.GetModifiedType()" />, <see cref="T:System.Reflection.PropertyInfo.GetModifiedType()" /> or <see cref="T:System.Reflection.ParameterInfo.GetModifiedType()" /> </returns>
4324+
An empty array of type <see cref="T:System.Type" />, if the current function pointer <see cref="T:System.Type" /> is not a modified <see cref="T:System.Type" />. A modified <see cref="T:System.Type" /> is obtained from <see cref="T:System.Reflection.FieldInfo.GetModifiedType()" />, <see cref="T:System.Reflection.PropertyInfo.GetModifiedType()" /> or <see cref="T:System.Reflection.ParameterInfo.GetModifiedType()" />
43254325
</returns>
43264326
<remarks>
43274327
<format type="text/markdown"><![CDATA[
@@ -4352,11 +4352,12 @@ In .NET 6 and earlier versions, the <xref:System.Type.GetFields%2A> method does
43524352
<Parameters />
43534353
<Docs>
43544354
<summary>When overridden in a derived class, returns the parameter types of the current function pointer <see cref="T:System.Type" />.</summary>
4355-
<returns>An array of <see cref="T:System.Type" /> objects representing all the parameter types for the current function pointer <see cref="T:System.Type" />.</returns>
4355+
<returns>An array of <see cref="T:System.Type" /> objects representing all the parameter types for the current function pointer <see cref="T:System.Type" />.
43564356

43574357
-or-
43584358

4359-
An empty array of type <see cref="T:System.Type" />, if no parameters are defined for the current function pointer <see cref="T:System.Type" />.</returns>
4359+
An empty array of type <see cref="T:System.Type" />, if no parameters are defined for the current function pointer <see cref="T:System.Type" />.
4360+
</returns>
43604361
<exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Type" /> object is not a function pointer. That is, the <see cref="P:System.Type.IsFunctionPointer" /> property returns <see langword="false" />.</exception>
43614362
</Docs>
43624363
</Member>

0 commit comments

Comments
 (0)