ICakeContainerRegistrar.

RegisterType(Type) Method

Summary

Registers a type with the container registry.

Syntax

ICakeRegistrationBuilder RegisterType(Type type)

Parameters

Name Type Description
type Type The implementation type to register.

Return Value

Type Description
ICakeRegistrationBuilder A registration builder used to configure the registration.