Extensions Class

Definition

public static class Extensions
type Extensions = class
Public Module Extensions
Inheritance
Extensions

Methods

RegisterAdapterChain<TLimit>(ContainerBuilder, Type[])

Register an adapter chain of components, exposing a shared service interface.

RegisterKeyedType<TImplementer,TLimit>(ContainerBuilder)

Register a component to be created through reflection, and provide a key that can be used to retrieve the component.

Applies to