ExpressionBuiltEventArgsKnownRelationships Property

Simple Injector
Gets the collection of currently known relationships. This information is used by the Diagnostics Debug View. Change the contents of this collection to represent the changes made to the Expression property (if any). This allows the Diagnostics Debug View to analyze those new relationships as well.

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

public Collection<KnownRelationship> KnownRelationships { get; }

Property Value

Type: CollectionKnownRelationship
The collection of KnownRelationship instances.
See Also

Reference