Can Unity automatically resolve IEnumerable?
IEnumerable
Let\'s say I have a class with this constructor:
public CoalescingParserSelector(I
It turns out that this is actually awfully simple to do:
container.RegisterType, IParserBuilder[]>();
Unity natively understands arrays, so we just need to map the enumerable to an array of the same type.