This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.ProtobufTools.
                            
 
	
		Summary
	
            Appends all arguments from settings and arguments.
            
		
	Syntax
	public static void AppendAll<TSettings>(this ProcessArgumentBuilder builder, TSettings settings, string[] arguments) 
    where TSettings : AutoToolSettings, new()
	Type Parameters
	
		
			
				
					
						| Name | 
						Description | 
					
				
					
						| TSettings | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| builder | 
						ProcessArgumentBuilder | 
						 | 
					
					
						| settings | 
						TSettings | 
						The settings. | 
					
					
						| arguments | 
						string[] | 
						 | 
					
			
		 
	 	
	Return Value