Mono Class Library: System.Reflection.ParameterInfo Overview | Members

System.Reflection.ParameterInfo.ParameterType Property

Gets the type of the parameter reflected by the current instance. [Edit]

public virtual Type ParameterType { get; }

Value

The Type of the parameter reflected by the current instance. [Edit]

Remarks

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]

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0