Bari.Core.Build.IBuildContextContracts.GetEffectiveBuilder C# (CSharp) Method

GetEffectiveBuilder() public method

Gets the registered effective builder instance for a given builder at the given context
public GetEffectiveBuilder ( IBuilder builder ) : IBuilder
builder IBuilder Builder to resolve
return IBuilder
        public IBuilder GetEffectiveBuilder(IBuilder builder)
        {
            Contract.Ensures(Contract.Result<IBuilder>() != null);
            return null; // dummy
        }