Show / Hide Table of Contents

Interface IHasDecoratorBasedServiceResolutionInfo

An object which can get DecoratorBasedServiceResolutionInfo.

Namespace: CSF.DecoratorBuilder
Assembly: CSF.DecoratorBuilder.Abstractions.dll
Syntax
public interface IHasDecoratorBasedServiceResolutionInfo

Properties

| Improve this Doc View Source

ResolutionInfo

Gets the resolution information for the decorator-based services.

Declaration
DecoratorBasedServiceResolutionInfo ResolutionInfo { get; }
Property Value
Type Description
DecoratorBasedServiceResolutionInfo
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX