C# Class Chinchilla.Integration.Features.MessageTypeFactories.CastleMessageTypeFactory

This is an example castle message type factory, do not use this in production code!
Inheritance: IMessageTypeFactory
Show file Open project: jonnii/chinchilla

Public Methods

Method Description
GetTypeFactory ( Type key ) : Func

Method Details

GetTypeFactory() public method

public GetTypeFactory ( Type key ) : Func
key System.Type
return Func