Show / Hide Table of Contents

Class ImmutableConfigBuilder

this class is responsible for config that has no duplicates, does all of the internal hacks and is ready to run

Inheritance
Object
ImmutableConfigBuilder
Namespace: BenchmarkDotNet.Configs
Assembly: BenchmarkDotNet.dll
Syntax
public static class ImmutableConfigBuilder

Methods

Create(IConfig)

removes duplicates and applies all extra logic required to make the config a final one

Declaration
public static ImmutableConfig Create(IConfig source)
Parameters
Type Name Description
IConfig source
Returns
Type Description
ImmutableConfig
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors