Summary
Appends the signature of `method` as it would appear in C# code.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- CSharp
Syntax
public static void AppendSignature(MethodInfo method, StringBuilder text, CSharp.NameVerbosity verbosity = Full, bool returnType = true, bool declaringType = true, bool parameterTypes = true, bool parameterDetails = true)
Parameters
Name | Type | Description |
---|---|---|
method | MethodInfo | |
text | StringBuilder | |
verbosity | CSharp |
|
returnType | bool | |
declaringType | bool | |
parameterTypes | bool | |
parameterDetails | bool |
Return Value
Type | Description |
---|---|
void |