DiagnosticGroupChildren Property

Simple Injector
Gets the collection of child DiagnosticGroups.

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

public ReadOnlyCollection<DiagnosticGroup> Children { get; }

Property Value

Type: ReadOnlyCollectionDiagnosticGroup
A collection of DiagnosticGroup elements.
See Also

Reference