C# Класс Arc.Infrastructure.Dependencies.Registration.Auto.RegisterTypeToSelfStrategy

Registers to self strategy.
Наследование: BaseRegisterTypeStrategy, ITypeRegistrationStrategy
Показать файл Открыть проект

Открытые методы

Метод Описание
Register ( Type type, IServiceLocator locator ) : void

Registers the specified type.

Описание методов

Register() публичный Метод

Registers the specified type.
public Register ( Type type, IServiceLocator locator ) : void
type System.Type The type.
locator IServiceLocator The locator.
Результат void