C# Class NArrange.Core.SolutionParser

Parses a solution for individual project file names.
Inheritance: ISolutionParser
Show file Open project: MarcStan/NArrange

Public Methods

Method Description
IsSolution ( string inputFile ) : bool

Gets a value indicating whether or not the specified file is a recognized solution file.

Parse ( string solutionFile ) : ReadOnlyCollection

Parses project file names from a solution file.

Private Methods

Method Description
SolutionParser ( ) : System

Creates a new solution parser.

Method Details

IsSolution() public method

Gets a value indicating whether or not the specified file is a recognized solution file.
public IsSolution ( string inputFile ) : bool
inputFile string Input file name.
return bool

Parse() public method

Parses project file names from a solution file.
public Parse ( string solutionFile ) : ReadOnlyCollection
solutionFile string Solution file name.
return ReadOnlyCollection