C# Class ModelBuilder.BuildConfigurationExtensions

The Extensions class provides extension methods for the IBuildConfiguration interface.
Datei anzeigen Open project: roryprimrose/ModelBuilder

Public Methods

Method Description
Clone ( this configuration ) : IBuildStrategyCompiler

Clones the specified builder strategy and returns a compiler.

Method Details

Clone() public static method

Clones the specified builder strategy and returns a compiler.
The parameter is null.
public static Clone ( this configuration ) : IBuildStrategyCompiler
configuration this The build configuration to create the instance with.
return IBuildStrategyCompiler