C# Класс LinFu.AOP.Cecil.Factories.TypeWeaverActionFactory

Наследование: IFactory
Показать файл Открыть проект

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

Метод Описание
CreateInstance ( IFactoryRequest request ) : object

Generates the Action{T1, T2} instance that will weave the target type.

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

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

Generates the Action{T1, T2} instance that will weave the target type.
public CreateInstance ( IFactoryRequest request ) : object
request IFactoryRequest The that describes the service request.
Результат object