ParameterInfoToString Method |
Gets the parameter type and name represented as a string.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override string ToString()
Return Value
Type:
StringA string containing the type and the name of the parameter.
See Also