Click or drag to resize
BenchmarkTResultSetupFunc Property
Performs the setup of the benchmark

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public Action<Benchmark<TResult>> SetupFunc { get; set; }

Property Value

Type: ActionBenchmarkTResult
See Also