| BenchmarkTResult Properties | 
The BenchmarkTResult generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ExecuteFunc | 
            Function to execute within each iteration
             | 
|  | Iterations | 
            Number of iterations to run. Default 1000
            (Inherited from Benchmark.) | 
|  | Name | 
            Benchmark name
             | 
|  | Result | 
            Results of the benchmarked function
             | 
|  | Results | 
            Results of the benchmark
            (Inherited from Benchmark.) | 
|  | SetupFunc | 
            Performs the setup of the benchmark
             | 
|  | TearDownFunc | 
            Performs the tear down of the benchmark
             | 
 See Also
See Also