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/ParameterInfo.xml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -220,17 +220,17 @@
220
220
<formattype="text/markdown"><![CDATA[
221
221
222
222
## Remarks
223
-
This method utilizes the <xref:System.Reflection.ParameterInfo.AttrsImpl> method.
224
-
225
-
To get the <xref:System.Reflection.ParameterInfo> array, first get the method or the constructor and then call <xref:System.Reflection.MethodBase.GetParameters%2A?displayProperty=nameWithType>.
226
223
224
+
This method utilizes the <xref:System.Reflection.ParameterInfo.AttrsImpl> method.
227
225
226
+
To get the <xref:System.Reflection.ParameterInfo> array, first get the method or the constructor and then call <xref:System.Reflection.MethodBase.GetParameters%2A?displayProperty=nameWithType>.
228
227
229
228
## Examples
230
-
The following example defines a method with three parameters. It uses the <xref:System.Reflection.ParameterInfo.Attributes%2A> property to get the attributes of the second parameter and display them at the console.
The following example defines a method with three parameters. It uses the <xref:System.Reflection.ParameterInfo.Attributes%2A> property to get the attributes of each parameter and display them in the console.
0 commit comments