ParameterInfoParameterType Property |
Gets the Type of this parameter.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual Type ParameterType { get; }
Return Value
Type:
TypeThe Type object that represents the Type of this parameter.
See Also