This topic has not yet been rated - Rate this topic

DependencyOverrides Class

A convenience form of DependencyOverride that lets you specify multiple parameter overrides in one shot rather than having to construct multiple objects.

Namespace:  Microsoft.Practices.Unity
Assembly:  Microsoft.Practices.Unity (in Microsoft.Practices.Unity.dll)
public class DependencyOverrides : OverrideCollection<DependencyOverride, Type, Object>
This class isn't really a collection, it just implements IEnumerable so that we get use of the nice C# collection initializer syntax.
Did you find this helpful?
(1500 characters remaining)