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.Reflection.Emit/EnumBuilder.xml
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -879,7 +879,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
879
879
<summary>When overridden in a derived class, implements the <seecref="T:System.Type.Attributes" /> property and gets a bitwise combination of enumeration values that indicate the attributes associated with the <seecref="T:System.Type" />.</summary>
880
880
<returns>A <seecref="T:System.Reflection.TypeAttributes" /> object representing the attribute set of the <seecref="T:System.Type" />.</returns>
881
881
<remarks>To be added.</remarks>
882
-
<inheritdoc />
883
882
</Docs>
884
883
</Member>
885
884
<MemberMemberName="GetConstructorImpl">
@@ -960,7 +959,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
960
959
<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>
961
960
<returns>A <seecref="T:System.Reflection.ConstructorInfo" /> object representing the constructor that matches the specified requirements, if found; otherwise, <seelangword="null" />.</returns>
962
961
<remarks>To be added.</remarks>
963
-
<inheritdoc />
964
962
</Docs>
965
963
</Member>
966
964
<MemberMemberName="GetConstructors">
@@ -2031,7 +2029,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
2031
2029
<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>
2032
2030
<returns>An object representing the method that matches the specified requirements, if found; otherwise, <seelangword="null" />.</returns>
2033
2031
<remarks>To be added.</remarks>
2034
-
<inheritdoc />
2035
2032
</Docs>
2036
2033
</Member>
2037
2034
<MemberMemberName="GetMethods">
@@ -2462,7 +2459,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
2462
2459
<returns>
2463
2460
<seelangword="true" /> if the <seecref="T:System.Type" /> is an array, a pointer, or is passed by reference; otherwise, <seelangword="false" />.</returns>
2464
2461
<remarks>To be added.</remarks>
2465
-
<inheritdoc />
2466
2462
</Docs>
2467
2463
</Member>
2468
2464
<MemberMemberName="InvokeMember">
@@ -2598,7 +2594,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
2598
2594
<returns>
2599
2595
<seelangword="true" /> if the <seecref="T:System.Type" /> is an array; otherwise, <seelangword="false" />.</returns>
2600
2596
<remarks>To be added.</remarks>
2601
-
<inheritdoc />
2602
2597
</Docs>
2603
2598
</Member>
2604
2599
<MemberMemberName="IsAssignableFrom">
@@ -2689,7 +2684,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
2689
2684
<returns>
2690
2685
<seelangword="true" /> if the <seecref="T:System.Type" /> is passed by reference; otherwise, <seelangword="false" />.</returns>
2691
2686
<remarks>To be added.</remarks>
2692
-
<inheritdoc />
2693
2687
</Docs>
2694
2688
</Member>
2695
2689
<MemberMemberName="IsByRefLike">
@@ -2723,7 +2717,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
2723
2717
<value>
2724
2718
<seelangword="true" /> if the <seecref="T:System.Type" /> is a byref-like structure; otherwise, <seelangword="false" />.</value>
2725
2719
<remarks>To be added.</remarks>
2726
-
<inheritdoc />
2727
2720
</Docs>
2728
2721
</Member>
2729
2722
<MemberMemberName="IsCOMObjectImpl">
@@ -3015,7 +3008,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
3015
3008
<returns>
3016
3009
<seelangword="true" /> if the <seecref="T:System.Type" /> is a pointer; otherwise, <seelangword="false" />.</returns>
3017
3010
<remarks>To be added.</remarks>
3018
-
<inheritdoc />
3019
3011
</Docs>
3020
3012
</Member>
3021
3013
<MemberMemberName="IsPrimitiveImpl">
@@ -3059,7 +3051,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
3059
3051
<returns>
3060
3052
<seelangword="true" /> if the <seecref="T:System.Type" /> is one of the primitive types; otherwise, <seelangword="false" />.</returns>
3061
3053
<remarks>To be added.</remarks>
3062
-
<inheritdoc />
3063
3054
</Docs>
3064
3055
</Member>
3065
3056
<MemberMemberName="IsSerializable">
@@ -3121,7 +3112,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
3121
3112
<value>
3122
3113
<seelangword="true" /> if the current <seecref="T:System.Type" /> is an array type that can represent only a single-dimensional array with a zero lower bound; otherwise, <seelangword="false" />.</value>
3123
3114
<remarks>To be added.</remarks>
3124
-
<inheritdoc />
3125
3115
</Docs>
3126
3116
</Member>
3127
3117
<MemberMemberName="IsTypeDefinition">
@@ -3156,7 +3146,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
3156
3146
<value>
3157
3147
<seelangword="true" /> if the current <seecref="T:System.Type" /> is a type definition; otherwise, <seelangword="false" />.</value>
3158
3148
<remarks>To be added.</remarks>
3159
-
<inheritdoc />
3160
3149
</Docs>
3161
3150
</Member>
3162
3151
<MemberMemberName="IsValueTypeImpl">
@@ -3200,7 +3189,6 @@ The following code sample demonstrates the use of the `AssemblyQualifiedName` pr
3200
3189
<returns>
3201
3190
<seelangword="true" /> if the <seecref="T:System.Type" /> is a value type; otherwise, <seelangword="false" />.</returns>
Copy file name to clipboardExpand all lines: xml/System.Reflection.Emit/GenericTypeParameterBuilder.xml
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -723,7 +723,6 @@
723
723
<summary>When overridden in a derived class, implements the <seecref="T:System.Type.Attributes" /> property and gets a bitwise combination of enumeration values that indicate the attributes associated with the <seecref="T:System.Type" />.</summary>
724
724
<returns>A <seecref="T:System.Reflection.TypeAttributes" /> object representing the attribute set of the <seecref="T:System.Type" />.</returns>
725
725
<remarks>To be added.</remarks>
726
-
<inheritdoc />
727
726
</Docs>
728
727
</Member>
729
728
<MemberMemberName="GetConstructorImpl">
@@ -2300,7 +2299,6 @@
2300
2299
<returns>
2301
2300
<seelangword="true" /> if the <seecref="T:System.Type" /> is an array, a pointer, or is passed by reference; otherwise, <seelangword="false" />.</returns>
2302
2301
<remarks>To be added.</remarks>
2303
-
<inheritdoc />
2304
2302
</Docs>
2305
2303
</Member>
2306
2304
<MemberMemberName="InvokeMember">
@@ -2440,7 +2438,6 @@
2440
2438
<returns>
2441
2439
<seelangword="true" /> if the <seecref="T:System.Type" /> is an array; otherwise, <seelangword="false" />.</returns>
2442
2440
<remarks>To be added.</remarks>
2443
-
<inheritdoc />
2444
2441
</Docs>
2445
2442
</Member>
2446
2443
<MemberGroupMemberName="IsAssignableFrom">
@@ -2606,7 +2603,6 @@
2606
2603
<returns>
2607
2604
<seelangword="true" /> if the <seecref="T:System.Type" /> is passed by reference; otherwise, <seelangword="false" />.</returns>
2608
2605
<remarks>To be added.</remarks>
2609
-
<inheritdoc />
2610
2606
</Docs>
2611
2607
</Member>
2612
2608
<MemberMemberName="IsByRefLike">
@@ -2640,7 +2636,6 @@
2640
2636
<value>
2641
2637
<seelangword="true" /> if the <seecref="T:System.Type" /> is a byref-like structure; otherwise, <seelangword="false" />.</value>
2642
2638
<remarks>To be added.</remarks>
2643
-
<inheritdoc />
2644
2639
</Docs>
2645
2640
</Member>
2646
2641
<MemberMemberName="IsCOMObjectImpl">
@@ -2683,7 +2678,6 @@
2683
2678
<returns>
2684
2679
<seelangword="true" /> if the <seecref="T:System.Type" /> is a COM object; otherwise, <seelangword="false" />.</returns>
2685
2680
<remarks>To be added.</remarks>
2686
-
<inheritdoc />
2687
2681
</Docs>
2688
2682
</Member>
2689
2683
<MemberMemberName="IsConstructedGenericType">
@@ -2983,7 +2977,6 @@
2983
2977
<returns>
2984
2978
<seelangword="true" /> if the <seecref="T:System.Type" /> is a pointer; otherwise, <seelangword="false" />.</returns>
2985
2979
<remarks>To be added.</remarks>
2986
-
<inheritdoc />
2987
2980
</Docs>
2988
2981
</Member>
2989
2982
<MemberMemberName="IsPrimitiveImpl">
@@ -3026,7 +3019,6 @@
3026
3019
<returns>
3027
3020
<seelangword="true" /> if the <seecref="T:System.Type" /> is one of the primitive types; otherwise, <seelangword="false" />.</returns>
3028
3021
<remarks>To be added.</remarks>
3029
-
<inheritdoc />
3030
3022
</Docs>
3031
3023
</Member>
3032
3024
<MemberMemberName="IsSerializable">
@@ -3146,7 +3138,6 @@
3146
3138
<value>
3147
3139
<seelangword="true" /> if the current <seecref="T:System.Type" /> is an array type that can represent only a single-dimensional array with a zero lower bound; otherwise, <seelangword="false" />.</value>
3148
3140
<remarks>To be added.</remarks>
3149
-
<inheritdoc />
3150
3141
</Docs>
3151
3142
</Member>
3152
3143
<MemberMemberName="IsTypeDefinition">
@@ -3181,7 +3172,6 @@
3181
3172
<value>
3182
3173
<seelangword="true" /> if the current <seecref="T:System.Type" /> is a type definition; otherwise, <seelangword="false" />.</value>
3183
3174
<remarks>To be added.</remarks>
3184
-
<inheritdoc />
3185
3175
</Docs>
3186
3176
</Member>
3187
3177
<MemberMemberName="IsValueTypeImpl">
@@ -3224,7 +3214,6 @@
3224
3214
<returns>
3225
3215
<seelangword="true" /> if the <seecref="T:System.Type" /> is a value type; otherwise, <seelangword="false" />.</returns>
Copy file name to clipboardExpand all lines: xml/System.Reflection.Emit/TypeBuilder.xml
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -4623,7 +4623,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
4623
4623
<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>
4624
4624
<returns>A <see cref="T:System.Reflection.TypeAttributes" /> object representing the attribute set of the <see cref="T:System.Type" />.</returns>
4625
4625
<remarks>To be added.</remarks>
4626
-
<inheritdoc />
4627
4626
</Docs>
4628
4627
</Member>
4629
4628
<Member MemberName="GetConstructor">
@@ -4787,7 +4786,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
4787
4786
<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>
4788
4787
<returns>A <see cref="T:System.Reflection.ConstructorInfo" /> object representing the constructor that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
4789
4788
<remarks>To be added.</remarks>
4790
-
<inheritdoc />
4791
4789
</Docs>
4792
4790
</Member>
4793
4791
<Member MemberName="GetConstructors">
@@ -6067,7 +6065,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
6067
6065
<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>
6068
6066
<returns>An object representing the method that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
6069
6067
<remarks>To be added.</remarks>
6070
-
<inheritdoc />
6071
6068
</Docs>
6072
6069
</Member>
6073
6070
<Member MemberName="GetMethods">
@@ -6413,7 +6410,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
6413
6410
<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>
6414
6411
<returns>An object representing the property that matches the specified requirements, if found; otherwise, <see langword="null" />.</returns>
6415
6412
<remarks>To be added.</remarks>
6416
-
<inheritdoc />
6417
6413
</Docs>
6418
6414
</Member>
6419
6415
<Member MemberName="GUID">
@@ -6506,7 +6502,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
6506
6502
<returns>
6507
6503
<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>
6508
6504
<remarks>To be added.</remarks>
6509
-
<inheritdoc />
6510
6505
</Docs>
6511
6506
</Member>
6512
6507
<Member MemberName="InvokeMember">
@@ -6649,7 +6644,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
6649
6644
<returns>
6650
6645
<see langword="true" /> if the <see cref="T:System.Type" /> is an array; otherwise, <see langword="false" />.</returns>
6651
6646
<remarks>To be added.</remarks>
6652
-
<inheritdoc />
6653
6647
</Docs>
6654
6648
</Member>
6655
6649
<MemberGroup MemberName="IsAssignableFrom">
@@ -6803,7 +6797,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
6803
6797
<returns>
6804
6798
<see langword="true" /> if the <see cref="T:System.Type" /> is passed by reference; otherwise, <see langword="false" />.</returns>
6805
6799
<remarks>To be added.</remarks>
6806
-
<inheritdoc />
6807
6800
</Docs>
6808
6801
</Member>
6809
6802
<Member MemberName="IsByRefLike">
@@ -6837,7 +6830,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
6837
6830
<value>
6838
6831
<see langword="true" /> if the <see cref="T:System.Type" /> is a byref-like structure; otherwise, <see langword="false" />.</value>
6839
6832
<remarks>To be added.</remarks>
6840
-
<inheritdoc />
6841
6833
</Docs>
6842
6834
</Member>
6843
6835
<Member MemberName="IsCOMObjectImpl">
@@ -6881,7 +6873,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
6881
6873
<returns>
6882
6874
<see langword="true" /> if the <see cref="T:System.Type" /> is a COM object; otherwise, <see langword="false" />.</returns>
6883
6875
<remarks>To be added.</remarks>
6884
-
<inheritdoc />
6885
6876
</Docs>
6886
6877
</Member>
6887
6878
<Member MemberName="IsConstructedGenericType">
@@ -7295,7 +7286,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
7295
7286
<returns>
7296
7287
<see langword="true" /> if the <see cref="T:System.Type" /> is a pointer; otherwise, <see langword="false" />.</returns>
7297
7288
<remarks>To be added.</remarks>
7298
-
<inheritdoc />
7299
7289
</Docs>
7300
7290
</Member>
7301
7291
<Member MemberName="IsPrimitiveImpl">
@@ -7339,7 +7329,6 @@ See <xref:System.Reflection.AssemblyName> for a description of the format of the
7339
7329
<returns>
7340
7330
<see langword="true" /> if the <see cref="T:System.Type" /> is one of the primitive types; otherwise, <see langword="false" />.</returns>
0 commit comments