I do not get it. The overloads I see here do not have delegate with 2
parameters.
public ComponentRegistration<TService> OnCreate(params
Action<TService>[] actions);
public ComponentRegistration<TService> OnCreate(params
LifecycleActionDelegate<TService>[] actions);
Ok, thank you very much.
--
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/castle-project-users/-/4HjQF8TRS7cJ.
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.