TypeUsage.ToString Method

Definition

Returns the full name of the type described by this TypeUsage.

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

Returns

The full name of the type described by this TypeUsage as string.

Applies to