AmbiguousLifestylesDiagnosticResultLifestyles Property

Simple Injector
Gets the lifestyles that causes the registrations to be conflicting.

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

public ReadOnlyCollection<Lifestyle> Lifestyles { get; }

Property Value

Type: ReadOnlyCollectionLifestyle
Lifestyle instances.
See Also

Reference