Class TimeMeasureProfiler<TResult>
- Namespace
- Cuemon.Diagnostics
- Assembly
- Cuemon.Diagnostics.dll
Represents a profiler that is optimized for time measuring operations that provides a return value. This class cannot be inherited.
public sealed class TimeMeasureProfiler<TResult> : TimeMeasureProfiler
Type Parameters
TResult
The type of the return value.
- Inheritance
-
TimeMeasureProfiler<TResult>
- Inherited Members
Properties
Result
Gets or sets the result of a time measuring operation that returned a value.
public TResult Result { get; set; }
Property Value
- TResult
The result of a time measuring operation that returned a value.