ContainerRegisteredServiceDiagnosticResultRelationships Property

Simple Injector
Gets a collection of KnownRelationship instances that describe all container-registered dependencies for the given component.

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

public ReadOnlyCollection<KnownRelationship> Relationships { get; }

Property Value

Type: ReadOnlyCollectionKnownRelationship
List of KnownRelationship objects.
See Also

Reference