The Type of the parameter.
[Visual Basic] Protected ClassImpl As Type [C#] protected Type ClassImpl; [C++] protected: Type* ClassImpl; [JScript] protected var ClassImpl : Type;
A protected parameter and is intended for users subclassing ParameterInfo. This method is inaccessible due to its protection level. The Type of the parameter can be accessed through ParameterType.
ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace