Hi,

how would I register a component like this:

class MyComponent : MyComponentBase<Type1, Type2> {}

abstract class MyComponentBase<T1, T2> : IMyComponent<T1, T2> {}

interface IMyComponent<T1, T2> {}

with service IMyComponent<Type1, Type2> which resolves to MyComponent
by convention using the fluent API?

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to