IDecoratorContextCurrentInstance Property |
Gets the current instance in the decorator chain. This will be initialized
to the service being decorated and will then become the decorated instance
as each decorator is applied.
Namespace:
Autofac.Features.Decorators
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax Object CurrentInstance { get; }
ReadOnly Property CurrentInstance As Object
Get
Property Value
Type:
Object[Missing <value> documentation for "P:Autofac.Features.Decorators.IDecoratorContext.CurrentInstance"]
See Also