diff --git a/xml/System.Reflection/ParameterInfo.xml b/xml/System.Reflection/ParameterInfo.xml index 23f45fba806..4a67144e3a4 100644 --- a/xml/System.Reflection/ParameterInfo.xml +++ b/xml/System.Reflection/ParameterInfo.xml @@ -220,17 +220,17 @@ method. - - To get the array, first get the method or the constructor and then call . +This method utilizes the method. +To get the array, first get the method or the constructor and then call . ## Examples - The following example defines a method with three parameters. It uses the property to get the attributes of the second parameter and display them at the console. - :::code language="csharp" source="~/snippets/csharp/System.Reflection/ParameterInfo/Attributes/parameterinfo_attributes1.cs" id="Snippet1"::: - :::code language="vb" source="~/snippets/visualbasic/System.Reflection/ParameterInfo/Attributes/parameterinfo_attributes1.vb" id="Snippet1"::: +The following example defines a method with three parameters. It uses the property to get the attributes of each parameter and display them in the console. + +:::code language="csharp" source="~/snippets/csharp/System.Reflection/ParameterInfo/Attributes/parameterinfo_attributes1.cs" id="Snippet1"::: +:::code language="vb" source="~/snippets/visualbasic/System.Reflection/ParameterInfo/Attributes/parameterinfo_attributes1.vb" id="Snippet1"::: ]]>