Click or drag to resize
ParameterInfoToString Method
Gets the parameter type and name represented as a string.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String
A string containing the type and the name of the parameter.
See Also