Documentation for this section has not yet been entered.
Only parameters in the method signature (that is, in the formal parameter list) are considered when calculating the position. For instance methods, the hidden parameter that represents this (Me in Visual Basic) is not counted.
This method utilizes the ParameterInfo.PositionImpl method.
To get the System.Reflection.ParameterInfo array, first get the method or the constructor and then call MethodBase.GetParameters.