Skip to content

Commit 1223b8c

Browse files
committed
remove inheritdocs that cause bad IntelliSense files
1 parent 2c3a3cc commit 1223b8c

File tree

3 files changed

+0
-34
lines changed

3 files changed

+0
-34
lines changed

xml/System.Reflection.Emit/EnumBuilder.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
879879
<summary>When overridden in a derived class, implements the <see cref="T:System.Type.Attributes" /> property and gets a bitwise combination of enumeration values that indicate the attributes associated with the <see cref="T:System.Type" />.</summary>
880880
<returns>A <see cref="T:System.Reflection.TypeAttributes" /> object representing the attribute set of the <see cref="T:System.Type" />.</returns>
881881
<remarks>To be added.</remarks>
882-
<inheritdoc />
883882
</Docs>
884883
</Member>
885884
<Member MemberName="GetConstructorImpl">
@@ -960,7 +959,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
960959
<summary>When overridden in a derived class, searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.</summary>
961960
<returns>A <see cref="T:System.Reflection.ConstructorInfo" /> object representing the constructor that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
962961
<remarks>To be added.</remarks>
963-
<inheritdoc />
964962
</Docs>
965963
</Member>
966964
<Member MemberName="GetConstructors">
@@ -2031,7 +2029,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
20312029
<summary>When overridden in a derived class, searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.</summary>
20322030
<returns>An object representing the method that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
20332031
<remarks>To be added.</remarks>
2034-
<inheritdoc />
20352032
</Docs>
20362033
</Member>
20372034
<Member MemberName="GetMethods">
@@ -2462,7 +2459,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
24622459
<returns>
24632460
<see langword="true" /> if the <see cref="T:System.Type" /> is an array, a pointer, or is passed by reference; otherwise, <see langword="false" />.</returns>
24642461
<remarks>To be added.</remarks>
2465-
<inheritdoc />
24662462
</Docs>
24672463
</Member>
24682464
<Member MemberName="InvokeMember">
@@ -2598,7 +2594,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
25982594
<returns>
25992595
<see langword="true" /> if the <see cref="T:System.Type" /> is an array; otherwise, <see langword="false" />.</returns>
26002596
<remarks>To be added.</remarks>
2601-
<inheritdoc />
26022597
</Docs>
26032598
</Member>
26042599
<Member MemberName="IsAssignableFrom">
@@ -2689,7 +2684,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
26892684
<returns>
26902685
<see langword="true" /> if the <see cref="T:System.Type" /> is passed by reference; otherwise, <see langword="false" />.</returns>
26912686
<remarks>To be added.</remarks>
2692-
<inheritdoc />
26932687
</Docs>
26942688
</Member>
26952689
<Member MemberName="IsByRefLike">
@@ -2723,7 +2717,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
27232717
<value>
27242718
<see langword="true" /> if the <see cref="T:System.Type" /> is a byref-like structure; otherwise, <see langword="false" />.</value>
27252719
<remarks>To be added.</remarks>
2726-
<inheritdoc />
27272720
</Docs>
27282721
</Member>
27292722
<Member MemberName="IsCOMObjectImpl">
@@ -3015,7 +3008,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
30153008
<returns>
30163009
<see langword="true" /> if the <see cref="T:System.Type" /> is a pointer; otherwise, <see langword="false" />.</returns>
30173010
<remarks>To be added.</remarks>
3018-
<inheritdoc />
30193011
</Docs>
30203012
</Member>
30213013
<Member MemberName="IsPrimitiveImpl">
@@ -3059,7 +3051,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
30593051
<returns>
30603052
<see langword="true" /> if the <see cref="T:System.Type" /> is one of the primitive types; otherwise, <see langword="false" />.</returns>
30613053
<remarks>To be added.</remarks>
3062-
<inheritdoc />
30633054
</Docs>
30643055
</Member>
30653056
<Member MemberName="IsSerializable">
@@ -3121,7 +3112,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
31213112
<value>
31223113
<see langword="true" /> if the current <see cref="T:System.Type" /> is an array type that can represent only a single-dimensional array with a zero lower bound; otherwise, <see langword="false" />.</value>
31233114
<remarks>To be added.</remarks>
3124-
<inheritdoc />
31253115
</Docs>
31263116
</Member>
31273117
<Member MemberName="IsTypeDefinition">
@@ -3156,7 +3146,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
31563146
<value>
31573147
<see langword="true" /> if the current <see cref="T:System.Type" /> is a type definition; otherwise, <see langword="false" />.</value>
31583148
<remarks>To be added.</remarks>
3159-
<inheritdoc />
31603149
</Docs>
31613150
</Member>
31623151
<Member MemberName="IsValueTypeImpl">
@@ -3200,7 +3189,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
32003189
<returns>
32013190
<see langword="true" /> if the <see cref="T:System.Type" /> is a value type; otherwise, <see langword="false" />.</returns>
32023191
<remarks>To be added.</remarks>
3203-
<inheritdoc />
32043192
</Docs>
32053193
</Member>
32063194
<Member MemberName="IsVariableBoundArray">

xml/System.Reflection.Emit/GenericTypeParameterBuilder.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,6 @@
723723
<summary>When overridden in a derived class, implements the <see cref="T:System.Type.Attributes" /> property and gets a bitwise combination of enumeration values that indicate the attributes associated with the <see cref="T:System.Type" />.</summary>
724724
<returns>A <see cref="T:System.Reflection.TypeAttributes" /> object representing the attribute set of the <see cref="T:System.Type" />.</returns>
725725
<remarks>To be added.</remarks>
726-
<inheritdoc />
727726
</Docs>
728727
</Member>
729728
<Member MemberName="GetConstructorImpl">
@@ -2300,7 +2299,6 @@
23002299
<returns>
23012300
<see langword="true" /> if the <see cref="T:System.Type" /> is an array, a pointer, or is passed by reference; otherwise, <see langword="false" />.</returns>
23022301
<remarks>To be added.</remarks>
2303-
<inheritdoc />
23042302
</Docs>
23052303
</Member>
23062304
<Member MemberName="InvokeMember">
@@ -2440,7 +2438,6 @@
24402438
<returns>
24412439
<see langword="true" /> if the <see cref="T:System.Type" /> is an array; otherwise, <see langword="false" />.</returns>
24422440
<remarks>To be added.</remarks>
2443-
<inheritdoc />
24442441
</Docs>
24452442
</Member>
24462443
<MemberGroup MemberName="IsAssignableFrom">
@@ -2606,7 +2603,6 @@
26062603
<returns>
26072604
<see langword="true" /> if the <see cref="T:System.Type" /> is passed by reference; otherwise, <see langword="false" />.</returns>
26082605
<remarks>To be added.</remarks>
2609-
<inheritdoc />
26102606
</Docs>
26112607
</Member>
26122608
<Member MemberName="IsByRefLike">
@@ -2640,7 +2636,6 @@
26402636
<value>
26412637
<see langword="true" /> if the <see cref="T:System.Type" /> is a byref-like structure; otherwise, <see langword="false" />.</value>
26422638
<remarks>To be added.</remarks>
2643-
<inheritdoc />
26442639
</Docs>
26452640
</Member>
26462641
<Member MemberName="IsCOMObjectImpl">
@@ -2683,7 +2678,6 @@
26832678
<returns>
26842679
<see langword="true" /> if the <see cref="T:System.Type" /> is a COM object; otherwise, <see langword="false" />.</returns>
26852680
<remarks>To be added.</remarks>
2686-
<inheritdoc />
26872681
</Docs>
26882682
</Member>
26892683
<Member MemberName="IsConstructedGenericType">
@@ -2983,7 +2977,6 @@
29832977
<returns>
29842978
<see langword="true" /> if the <see cref="T:System.Type" /> is a pointer; otherwise, <see langword="false" />.</returns>
29852979
<remarks>To be added.</remarks>
2986-
<inheritdoc />
29872980
</Docs>
29882981
</Member>
29892982
<Member MemberName="IsPrimitiveImpl">
@@ -3026,7 +3019,6 @@
30263019
<returns>
30273020
<see langword="true" /> if the <see cref="T:System.Type" /> is one of the primitive types; otherwise, <see langword="false" />.</returns>
30283021
<remarks>To be added.</remarks>
3029-
<inheritdoc />
30303022
</Docs>
30313023
</Member>
30323024
<Member MemberName="IsSerializable">
@@ -3146,7 +3138,6 @@
31463138
<value>
31473139
<see langword="true" /> if the current <see cref="T:System.Type" /> is an array type that can represent only a single-dimensional array with a zero lower bound; otherwise, <see langword="false" />.</value>
31483140
<remarks>To be added.</remarks>
3149-
<inheritdoc />
31503141
</Docs>
31513142
</Member>
31523143
<Member MemberName="IsTypeDefinition">
@@ -3181,7 +3172,6 @@
31813172
<value>
31823173
<see langword="true" /> if the current <see cref="T:System.Type" /> is a type definition; otherwise, <see langword="false" />.</value>
31833174
<remarks>To be added.</remarks>
3184-
<inheritdoc />
31853175
</Docs>
31863176
</Member>
31873177
<Member MemberName="IsValueTypeImpl">
@@ -3224,7 +3214,6 @@
32243214
<returns>
32253215
<see langword="true" /> if the <see cref="T:System.Type" /> is a value type; otherwise, <see langword="false" />.</returns>
32263216
<remarks>To be added.</remarks>
3227-
<inheritdoc />
32283217
</Docs>
32293218
</Member>
32303219
<Member MemberName="IsVariableBoundArray">

xml/System.Reflection.Emit/TypeBuilder.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4623,7 +4623,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
46234623
<summary>When overridden in a derived class, implements the <see cref="T:System.Type.Attributes" /> property and gets a bitwise combination of enumeration values that indicate the attributes associated with the <see cref="T:System.Type" />.</summary>
46244624
<returns>A <see cref="T:System.Reflection.TypeAttributes" /> object representing the attribute set of the <see cref="T:System.Type" />.</returns>
46254625
<remarks>To be added.</remarks>
4626-
<inheritdoc />
46274626
</Docs>
46284627
</Member>
46294628
<Member MemberName="GetConstructor">
@@ -4787,7 +4786,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
47874786
<summary>When overridden in a derived class, searches for a constructor whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.</summary>
47884787
<returns>A <see cref="T:System.Reflection.ConstructorInfo" /> object representing the constructor that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
47894788
<remarks>To be added.</remarks>
4790-
<inheritdoc />
47914789
</Docs>
47924790
</Member>
47934791
<Member MemberName="GetConstructors">
@@ -6067,7 +6065,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
60676065
<summary>When overridden in a derived class, searches for the specified method whose parameters match the specified argument types and modifiers, using the specified binding constraints and the specified calling convention.</summary>
60686066
<returns>An object representing the method that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
60696067
<remarks>To be added.</remarks>
6070-
<inheritdoc />
60716068
</Docs>
60726069
</Member>
60736070
<Member MemberName="GetMethods">
@@ -6413,7 +6410,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
64136410
<summary>When overridden in a derived class, searches for the specified property whose parameters match the specified argument types and modifiers, using the specified binding constraints.</summary>
64146411
<returns>An object representing the property that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
64156412
<remarks>To be added.</remarks>
6416-
<inheritdoc />
64176413
</Docs>
64186414
</Member>
64196415
<Member MemberName="GUID">
@@ -6506,7 +6502,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
65066502
<returns>
65076503
<see langword="true" /> if the <see cref="T:System.Type" /> is an array, a pointer, or is passed by reference; otherwise, <see langword="false" />.</returns>
65086504
<remarks>To be added.</remarks>
6509-
<inheritdoc />
65106505
</Docs>
65116506
</Member>
65126507
<Member MemberName="InvokeMember">
@@ -6649,7 +6644,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
66496644
<returns>
66506645
<see langword="true" /> if the <see cref="T:System.Type" /> is an array; otherwise, <see langword="false" />.</returns>
66516646
<remarks>To be added.</remarks>
6652-
<inheritdoc />
66536647
</Docs>
66546648
</Member>
66556649
<MemberGroup MemberName="IsAssignableFrom">
@@ -6803,7 +6797,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
68036797
<returns>
68046798
<see langword="true" /> if the <see cref="T:System.Type" /> is passed by reference; otherwise, <see langword="false" />.</returns>
68056799
<remarks>To be added.</remarks>
6806-
<inheritdoc />
68076800
</Docs>
68086801
</Member>
68096802
<Member MemberName="IsByRefLike">
@@ -6837,7 +6830,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
68376830
<value>
68386831
<see langword="true" /> if the <see cref="T:System.Type" /> is a byref-like structure; otherwise, <see langword="false" />.</value>
68396832
<remarks>To be added.</remarks>
6840-
<inheritdoc />
68416833
</Docs>
68426834
</Member>
68436835
<Member MemberName="IsCOMObjectImpl">
@@ -6881,7 +6873,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
68816873
<returns>
68826874
<see langword="true" /> if the <see cref="T:System.Type" /> is a COM object; otherwise, <see langword="false" />.</returns>
68836875
<remarks>To be added.</remarks>
6884-
<inheritdoc />
68856876
</Docs>
68866877
</Member>
68876878
<Member MemberName="IsConstructedGenericType">
@@ -7295,7 +7286,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
72957286
<returns>
72967287
<see langword="true" /> if the <see cref="T:System.Type" /> is a pointer; otherwise, <see langword="false" />.</returns>
72977288
<remarks>To be added.</remarks>
7298-
<inheritdoc />
72997289
</Docs>
73007290
</Member>
73017291
<Member MemberName="IsPrimitiveImpl">
@@ -7339,7 +7329,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
73397329
<returns>
73407330
<see langword="true" /> if the <see cref="T:System.Type" /> is one of the primitive types; otherwise, <see langword="false" />.</returns>
73417331
<remarks>To be added.</remarks>
7342-
<inheritdoc />
73437332
</Docs>
73447333
</Member>
73457334
<Member MemberName="IsSecurityCritical">

0 commit comments

Comments
 (0)