Class ImmutableConfigBuilder
this class is responsible for config that has no duplicates, does all of the internal hacks and is ready to run
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 |