Property Results
| Edit this page View SourceResults
Gets the IEnumerable<T> returned by trace.
Declaration
public IEnumerable<UtilityTraceResult>? Results { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<UtilityTraceResult> | The IEnumerable<T> returned by trace. |