The position of the parameter.
[Visual Basic] Protected PositionImpl As Integer [C#] protected int PositionImpl; [C++] protected: int PositionImpl; [JScript] protected var PositionImpl : int;
A protected parameter and is intended for users subclassing ParameterInfo. Zero based position this parameter occupies in the parameter list. This method is inaccessible due to its protection level. The name of the parameter can be accessed through Position.
ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace