IGUtils.

AppendNameAndGenericArguments(StringBuilder, Type, bool, int) Method

Summary

Appends the generic arguments of `type` (after skipping the specified number).
Assembly
Kybernetik.InspectorGadgets.dll
Namespace
InspectorGadgets
Containing Type
IGUtils

Syntax

public static int AppendNameAndGenericArguments(StringBuilder text, Type type, bool fullName = true, int skipGenericArguments = 0)

Parameters

Name Type Description
text StringBuilder
type Type
fullName bool
skipGenericArguments int

Return Value

Type Description
int