DiagnosticGroupResults Property

Simple Injector
Gets the collection of DiagnosticResult instances.

Namespace:  SimpleInjector.Diagnostics
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public ReadOnlyCollection<DiagnosticResult> Results { get; }

Property Value

Type: ReadOnlyCollectionDiagnosticResult
A collection of DiagnosticResult elements.
See Also

Reference