Gets the type of the parameter reflected by the current instance.
The Type of the parameter reflected by the current instance.
This property returns the type declared for the property.
Note: For example, if a method signature is void MyMethod(object MyParm), the ParameterInfo.ParameterType property value would be a Type object representing the object type.Operation
This property is read-only.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0