IConfigurationSourceTest Interface

This interface supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Augmented version of the IConfigurationSource interface intended to be used by unit tests.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public interface IConfigurationSourceTest : IConfigurationSource, 
    IDisposable
'Declaration
Public Interface IConfigurationSourceTest
    Inherits IConfigurationSource, IDisposable
public interface class IConfigurationSourceTest : IConfigurationSource, 
    IDisposable

See Also

IConfigurationSourceTest Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace