CSharpProcedural.

AppendUnderscoredFullName(StringBuilder, Type) Method

Summary

Appends the full name of the given type with underscores instead of any characters that wouldn't be valid in a symbol name.

Syntax

public static void AppendUnderscoredFullName(StringBuilder text, Type type)

Parameters

Name Type Description
text StringBuilder
type Type

Return Value

Type Description
void