UltEventUtils.

AppendNameAndGenericArguments(StringBuilder, Type, bool, int) Method

Summary

Appends the generic arguments of `type` (after skipping the specified number).
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
UltEventUtils

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