Summary
    Appends the name and generic arguments of `type` (after skipping the specified number).
    Returns the index of the last argument.
    
		- Assembly
- Weaver.dll 
- Namespace
- Weaver
- Containing Type
- CSharp
Syntax
public static int AppendNameAndGenericArguments(StringBuilder text, Type type, Type[] arguments, CSharp.NameVerbosity verbosity = Full, int skipGenericArguments = 0)Parameters
| Name | Type | Description | 
|---|---|---|
| text | StringBuilder | |
| type | Type | |
| arguments | Type[] | |
| verbosity | CSharp | |
| skipGenericArguments | int | 
Return Value
| Type | Description | 
|---|---|
| int |