LocalVariableInfo.ToString Method

Definition

Returns a user-readable string that describes the local variable.

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

Returns

A string that displays information about the local variable, including the type name, index, and pinned status.

Applies to