ContainerRegistrationBuilder<T, TActivator>.

As(Type) Method

Summary

Registers the type as the specified service type.

Syntax

public ICakeRegistrationBuilder As(Type type)

Parameters

Name Type Description
type Type The service type.

Return Value

Type Description
ICakeRegistrationBuilder The registration builder.