Skip to content

Commit c4c4c7b

Browse files
committed
Fix errors
1 parent e2a1e60 commit c4c4c7b

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

xml/System.Reflection/FieldInfo.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -665,16 +665,16 @@
665665
<format type="text/markdown"><![CDATA[
666666
667667
## Remarks
668-
A modified type supports <see cref="F:System.Type.GetOptionalCustomModifiers()" />, <see cref="F:System.Type.GetRequiredCustomModifiers()" /> and <see cref="F:System.Type.GetFunctionPointerCallingConventions()" /> which are used to to obtain custom modifiers from a function pointer.
668+
A modified type supports <xref:System.Type.GetOptionalCustomModifiers%2A>, <xref:System.Type.GetRequiredCustomModifiers%2A> and <xref:System.Type.GetFunctionPointerCallingConventions%2A> which are used to to obtain custom modifiers from a function pointer.
669669
670670
This method is provided for designers of managed compilers. For more information on custom modifiers, see classes in the <xref:System.Runtime.CompilerServices> namespace. Also see the metadata specification in Partition II of the [Common Language Infrastructure (CLI) documentation](https://www.ecma-international.org/publications-and-standards/standards/ecma-335/).
671671
672672
]]></format>
673673
</remarks>
674-
<altmember cref="T:System.FieldInfo.GetOptionalCustomModifiers" />
675-
<altmember cref="T:System.FieldInfo.GetRequiredCustomModifiers" />
676-
<altmember cref="T:System.PropertyInfo.GetModifiedType" />
677-
<altmember cref="T:System.ParameterInfo.GetModifiedType" />
674+
<altmember cref="M:System.FieldInfo.GetOptionalCustomModifiers" />
675+
<altmember cref="M:System.FieldInfo.GetRequiredCustomModifiers" />
676+
<altmember cref="M:System.PropertyInfo.GetModifiedType" />
677+
<altmember cref="M:System.ParameterInfo.GetModifiedType" />
678678
</Docs>
679679
</Member>
680680
<Member MemberName="GetOptionalCustomModifiers">

xml/System.Reflection/ParameterInfo.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -731,16 +731,16 @@
731731
<format type="text/markdown"><![CDATA[
732732
733733
## Remarks
734-
A modified type supports <see cref="F:System.Type.GetOptionalCustomModifiers()" />, <see cref="F:System.Type.GetRequiredCustomModifiers()" /> and <see cref="F:System.Type.GetFunctionPointerCallingConventions()" /> which are used to to obtain custom modifiers from a function pointer.
734+
A modified type supports <xref:System.Type.GetOptionalCustomModifiers%2A>, <xref:System.Type.GetRequiredCustomModifiers%2A> and <xref:System.Type.GetFunctionPointerCallingConventions%2A> which are used to to obtain custom modifiers from a function pointer.
735735
736736
This method is provided for designers of managed compilers. For more information on custom modifiers, see classes in the <xref:System.Runtime.CompilerServices> namespace. Also see the metadata specification in Partition II of the [Common Language Infrastructure (CLI) documentation](https://www.ecma-international.org/publications-and-standards/standards/ecma-335/).
737737
738738
]]></format>
739739
</remarks>
740-
<altmember cref="T:System.ParameterInfo.GetOptionalCustomModifiers" />
741-
<altmember cref="T:System.ParameterInfo.GetRequiredCustomModifiers" />
742-
<altmember cref="T:System.FieldInfo.GetModifiedType" />
743-
<altmember cref="T:System.PropertyInfo.GetModifiedType" />
740+
<altmember cref="M:System.ParameterInfo.GetOptionalCustomModifiers" />
741+
<altmember cref="M:System.ParameterInfo.GetRequiredCustomModifiers" />
742+
<altmember cref="M:System.FieldInfo.GetModifiedType" />
743+
<altmember cref="M:System.PropertyInfo.GetModifiedType" />
744744
</Docs>
745745
</Member>
746746
<Member MemberName="GetOptionalCustomModifiers">

xml/System.Reflection/PropertyInfo.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -994,16 +994,16 @@
994994
<format type="text/markdown"><![CDATA[
995995
996996
## Remarks
997-
A modified type supports <see cref="F:System.Type.GetOptionalCustomModifiers()" />, <see cref="F:System.Type.GetRequiredCustomModifiers()" /> and <see cref="F:System.Type.GetFunctionPointerCallingConventions()" /> which are used to to obtain custom modifiers from a function pointer.
997+
A modified type supports <xref:System.Type.GetOptionalCustomModifiers%2A>, <xref:System.Type.GetRequiredCustomModifiers%2A> and <xref:System.Type.GetFunctionPointerCallingConventions%2A> which are used to to obtain custom modifiers from a function pointer.
998998
999999
This method is provided for designers of managed compilers. For more information on custom modifiers, see classes in the <xref:System.Runtime.CompilerServices> namespace. Also see the metadata specification in Partition II of the [Common Language Infrastructure (CLI) documentation](https://www.ecma-international.org/publications-and-standards/standards/ecma-335/).
10001000
10011001
]]></format>
10021002
</remarks>
1003-
<altmember cref="T:System.PropertyInfo.GetOptionalCustomModifiers" />
1004-
<altmember cref="T:System.PropertyInfo.GetRequiredCustomModifiers" />
1005-
<altmember cref="T:System.FieldInfo.GetModifiedType" />
1006-
<altmember cref="T:System.ParameterInfo.GetModifiedType" />
1003+
<altmember cref="M:System.PropertyInfo.GetOptionalCustomModifiers" />
1004+
<altmember cref="M:System.PropertyInfo.GetRequiredCustomModifiers" />
1005+
<altmember cref="M:System.FieldInfo.GetModifiedType" />
1006+
<altmember cref="M:System.ParameterInfo.GetModifiedType" />
10071007
</Docs>
10081008
</Member>
10091009
<Member MemberName="GetOptionalCustomModifiers">

xml/System/Type.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4218,7 +4218,7 @@ In .NET 6 and earlier versions, the <xref:System.Type.GetFields%2A> method does
42184218

42194219
-or-
42204220

4221-
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()" />
4221+
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="M:System.Reflection.FieldInfo.GetModifiedType()" />, <see cref="M:System.Reflection.PropertyInfo.GetModifiedType()" /> or <see cref="M:System.Reflection.ParameterInfo.GetModifiedType()" />
42224222
</returns>
42234223
<remarks>
42244224
<format type="text/markdown"><![CDATA[
@@ -7666,7 +7666,7 @@ If the current <xref:System.Type> represents a type parameter in the definition
76667666

76677667
-or-
76687668

7669-
An empty array of type <see cref="T:System.Type" />, if the current <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()" />
7669+
An empty array of type <see cref="T:System.Type" />, if the current <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="M:System.Reflection.FieldInfo.GetModifiedType()" />, <see cref="M:System.Reflection.PropertyInfo.GetModifiedType()" /> or <see cref="M:System.Reflection.ParameterInfo.GetModifiedType()" />
76707670
</returns>
76717671
<remarks>
76727672
<format type="text/markdown"><![CDATA[
@@ -8950,7 +8950,7 @@ In .NET 6 and earlier versions, the <xref:System.Type.GetProperties%2A> method d
89508950

89518951
-or-
89528952

8953-
An empty array of type <see cref="T:System.Type" />, if the current <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()" />
8953+
An empty array of type <see cref="T:System.Type" />, if the current <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="M:System.Reflection.FieldInfo.GetModifiedType()" />, <see cref="M:System.Reflection.PropertyInfo.GetModifiedType()" /> or <see cref="M:System.Reflection.ParameterInfo.GetModifiedType()" />
89548954
</returns>
89558955
<remarks>
89568956
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)