DiagnosticGroupParent Property

Simple Injector
Gets the parent DiagnosticGroup or null when this is the root group.

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

public DiagnosticGroup Parent { get; }

Property Value

Type: DiagnosticGroup
The DiagnosticGroup.
See Also

Reference