CSharpProcedural.

AppendDefault(StringBuilder, Type) Method

Summary

Appends "null" for classes or "default(type)" for structs.

Syntax

public static void AppendDefault(StringBuilder text, Type type)

Parameters

Name Type Description
text StringBuilder
type Type

Return Value

Type Description
void