New test.
[mono.git] / mcs / class / System / System.Configuration / IConfigurationSystem.cs
index effcfedc0ef76df003f498593558d55f7f6f8bae..9bc4aee4de0f5d25857e1f886f832109d6c139d2 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
+
 namespace System.Configuration
 {
+#if NET_2_0
+       [ComVisible (false)]
+#endif
        public interface IConfigurationSystem
        {
                object GetConfig (string configKey);