Summary
	Appends the signature of a method with the specified details as it would appear in C# code.
		
	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