Mono Class Library: System.Reflection.ParameterInfo Overview | MembersSystem.Reflection.ParameterInfo.ParameterType Property |
Gets the type of the parameter reflected by the current instance. [Edit]
|
The Type of the parameter reflected by the current instance. [Edit]
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. [Edit]
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0