C# Class NArrange.Core.ProjectHandler

This class provides instances for handling project parsing requests based on file extension.
Mostrar archivo Open project: MarcStan/NArrange Class Usage Examples

Public Methods

Method Description
ProjectHandler ( ProjectHandlerConfiguration configuration ) : System

Creates a new ProjectHandler.

Private Methods

Method Description
Initialize ( ) : void

Initializes the extension handler.

Method Details

ProjectHandler() public method

Creates a new ProjectHandler.
public ProjectHandler ( ProjectHandlerConfiguration configuration ) : System
configuration NArrange.Core.Configuration.ProjectHandlerConfiguration The configuration.
return System