AnimancerReflection.

AppendDelegate<T>(StringBuilder, T, bool) Method

Summary

Appends the details of the `method` to the `text`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerReflection

Syntax

public static StringBuilder AppendDelegate<T>(this StringBuilder text, T method, bool includeType = false) 
    where T : Delegate

Type Parameters

Name Description
T

Parameters

Name Type Description
text StringBuilder
method T
includeType bool

Return Value

Type Description
StringBuilder