Summary
Appends the generic arguments of `type` (after skipping the specified number).
		- Assembly
- Animancer.dll 
- Namespace
- Animancer
- Containing Type
- AnimancerReflection
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 |