Retrieves the signature position for the parameter.
[Visual Basic] Overridable Public ReadOnly Property Position As Integer [C#] public int Position {virtual get;} [C++] public: __property virtual int get_Position(); [JScript] public function get Position() : int;
Read-only. Retrieves the position this parameter occupies in the parameter list.
This method utilizes the PositionImpl method.
To get the ParameterInfo array, first get the method. From the method, get the Type. From the Type, get the ParameterInfo array.
ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace | Name