Class ImmutableConfigBuilder
- Namespace
- BenchmarkDotNet.Configs
- Assembly
- BenchmarkDotNet.dll
this class is responsible for config that has no duplicates, does all of the internal hacks and is ready to run
public static class ImmutableConfigBuilder
- Inheritance
-
ImmutableConfigBuilder
Methods
Create(IConfig)
removes duplicates and applies all extra logic required to make the config a final one
public static ImmutableConfig Create(IConfig source)
Parameters
source
IConfig- this class is responsible for config that has no duplicates, does all of the internal hacks and is ready to run
Returns
- ImmutableConfig
- this class is responsible for config that has no duplicates, does all of the internal hacks and is ready to run