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/Type.xml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6904,15 +6904,15 @@ If the current <xref:System.Type> represents a type parameter in the definition
6904
6904
<Parameters />
6905
6905
<Docs>
6906
6906
<summary>When overridden in a derived class, returns the optional custom modifiers of the current <see cref="T:System.Type" />.</summary>
6907
-
<returns>An array of <see cref="T:System.Type" /> objects that identify the optional custom modifiers of the current <see cref="T:System.Type" />.</returns>
6907
+
<returns>An array of <see cref="T:System.Type" /> objects that identify the optional custom modifiers of the current <see cref="T:System.Type" />.
6908
6908
6909
6909
-or-
6910
6910
6911
-
An empty array of type <see cref="T:System.Type" />, if the current <see cref="T:System.Type" /> has no custom modifiers.</returns>
6911
+
An empty array of type <see cref="T:System.Type" />, if the current <see cref="T:System.Type" /> has no custom modifiers.
6912
6912
6913
6913
-or-
6914
6914
6915
-
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()" /> </returns>
6915
+
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()" />
6916
6916
</returns>
6917
6917
<remarks>
6918
6918
<format type="text/markdown"><![CDATA[
@@ -16207,15 +16207,15 @@ If the value of this property is `true` for an array type, it can be used to cre
16207
16207
<Parameters />
16208
16208
<Docs>
16209
16209
<summary>When overridden in a derived class, returns the required custom modifiers of the current <see cref="T:System.Type" />.</summary>
16210
-
<returns>An array of <see cref="T:System.Type" /> objects that identify the required custom modifiers of the current <see cref="T:System.Type" />.</returns>
16210
+
<returns>An array of <see cref="T:System.Type" /> objects that identify the required custom modifiers of the current <see cref="T:System.Type" />.
16211
16211
16212
16212
-or-
16213
16213
16214
-
An empty array of type <see cref="T:System.Type" />, if the current <see cref="T:System.Type" /> has no custom modifiers.</returns>
16214
+
An empty array of type <see cref="T:System.Type" />, if the current <see cref="T:System.Type" /> has no custom modifiers.
16215
16215
16216
16216
-or-
16217
16217
16218
-
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()" /> </returns>
16218
+
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()" />
0 commit comments