ParameterInfo.ToString Method

Definition

Gets the parameter type and name represented as a string.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A string containing the type and the name of the parameter.

Applies to