vote up 2 vote down star

Hi guys Just a quick one.

In IOC's what does ResolveAll do?? I know that the offical answer is "Resolve all valid components that match this type." but does that mean that it will return any class that implements a given interface?

Cheers Anthony

flag

31% accept rate

2 Answers

vote up 1 vote down

It will return all classes that were registered for a given interface.

link|flag
vote up 1 vote down

It will return all classes that were registered for a given interface.

...and are not waiting on any references to be resolved. This bit me today!

link|flag
+1 for the important condition :) – Igor Brejc Jun 30 at 16:35

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.