RegistrationGetRelationships Method

Simple Injector
Gets the list of KnownRelationship instances. Note that the list is only available after calling BuildExpression.

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

public KnownRelationship[] GetRelationships()

Return Value

Type: KnownRelationship
A new array containing the KnownRelationship instances.
See Also

Reference