DiagnosticGroupGroupType Property

Simple Injector
Gets the base DiagnosticType that describes the service types of its Results. The value often be either Object (in case this is a root group) or a partial generic type to allow hierarchical grouping of a large number of related generic types.

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

public Type GroupType { get; }

Property Value

Type: Type
The Type.
See Also

Reference