C# 클래스 ModelBuilder.BuildConfigurationExtensions

The Extensions class provides extension methods for the IBuildConfiguration interface.
파일 보기 프로젝트 열기: roryprimrose/ModelBuilder

공개 메소드들

메소드 설명
Clone ( this configuration ) : IBuildStrategyCompiler

Clones the specified builder strategy and returns a compiler.

메소드 상세

Clone() 공개 정적인 메소드

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.
리턴 IBuildStrategyCompiler