C# 클래스 Bari.Core.Build.IProjectBuilderFactoryContracts

상속: IProjectBuilderFactory
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

메소드 설명
Create ( IEnumerable projects ) : IBuilder

Creates a builder (IBuilder) which process the given set of projects (Project)

메소드 상세

Create() 공개 메소드

Creates a builder (IBuilder) which process the given set of projects (Project)
public Create ( IEnumerable projects ) : IBuilder
projects IEnumerable Projects to be built
리턴 IBuilder