DecoratorContextAppliedDecorators Property

Simple Injector
Gets the list of the types of decorators that have already been applied to this instance.

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

public ReadOnlyCollection<Type> AppliedDecorators { get; }

Property Value

Type: ReadOnlyCollectionType
The applied decorators.
See Also

Reference