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.Xamarin.
                            
 
	
		Summary
	
            Restores Xamarin Components for a given project
            
		
	Syntax
	public static void RestoreComponents(this ICakeContext context, FilePath solutionFile, XamarinComponentRestoreSettings settings = null)
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						The context. | 
					
					
						| solutionFile | 
						FilePath | 
						The project file. | 
					
					
						| settings | 
						XamarinComponentRestoreSettings | 
						The xamarin-component.exe tool settings. | 
					
			
		 
	 	
	Return Value