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 |