C# Class Bari.Core.Build.MergingBuilderHelper

Helper extension methods to create MergingBuilder instances
Datei anzeigen Open project: vigoo/bari

Public Methods

Method Description
Merge ( this coreBuilderFactory, IBuilder builders, IMergingBuilderTag tag ) : IBuilder

Merges a set of builders in an efficient way

Method Details

Merge() public static method

Merges a set of builders in an efficient way
public static Merge ( this coreBuilderFactory, IBuilder builders, IMergingBuilderTag tag ) : IBuilder
coreBuilderFactory this Core builder factory to create the new builder if necessary
builders IBuilder Builders to merge
tag IMergingBuilderTag Tags the merging builder to help graph processing steps
return IBuilder