Bari.Core.Build.Statistics.BuilderStats.BuilderStats C# (CSharp) Method

BuilderStats() public method

public BuilderStats ( Type builderType ) : System
builderType System.Type
return System
        public BuilderStats(Type builderType)
        {
            this.builderType = builderType;
        }