Click or drag to resize
ParameterInfoParameterType Property
Gets the Type of this parameter.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual Type ParameterType { get; }

Return Value

Type: Type
The Type object that represents the Type of this parameter.
See Also