C# Class T4Scaffolding.NuGetServices.ExtensionMethods.SolutionExtensions

Datei anzeigen Open project: processedbeets/ASP.NET-MVC-Scaffolding

Public Methods

Method Description
GetAllProjects ( this solution ) : IEnumerable

Get the list of all supported projects in the current solution. This method recursively iterates through all projects.

Method Details

GetAllProjects() public static method

Get the list of all supported projects in the current solution. This method recursively iterates through all projects.
public static GetAllProjects ( this solution ) : IEnumerable
solution this
return IEnumerable