CSharp.

AppendMethodSignature(StringBuilder, Type, Type, string, Type[], Type[], CSharp.NameVerbosity) Method

Summary

Appends the signature of a method with the specified details as it would appear in C# code.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
CSharp

Syntax

public static void AppendMethodSignature(StringBuilder text, Type returnType, Type declaringType, string methodName, Type[] genericArguments, Type[] parameterTypes, CSharp.NameVerbosity verbosity = Full)

Parameters

Name Type Description
text StringBuilder
returnType Type
declaringType Type
methodName string
genericArguments Type[]
parameterTypes Type[]
verbosity CSharp.NameVerbosity

Return Value

Type Description
void