C# Class Bari.Core.Build.MergingBuilderHelper

Helper extension methods to create MergingBuilder instances
Afficher le fichier Open project: vigoo/bari

Méthodes publiques

Méthode Description
Merge ( this coreBuilderFactory, IBuilder builders, IMergingBuilderTag tag ) : IBuilder

Merges a set of builders in an efficient way

Method Details

Merge() public static méthode

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
Résultat IBuilder