Click or drag to resize
BenchmarkTResultTearDownFunc Property
Performs the tear down of the benchmark

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

Property Value

Type: ActionBenchmarkTResult
See Also