System/PCL: Implement HttpWebRequest.SupportsCookieContainer, WebRequest.CreateHttp...
[mono.git] / mcs / class / System / System.Configuration / IConfigurationSystem.cs
index effcfedc0ef76df003f498593558d55f7f6f8bae..d0d93491264d5009a9017b0f3dd895775dfdbda5 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
+
 namespace System.Configuration
 {
+       [ComVisible (false)]
        public interface IConfigurationSystem
        {
                object GetConfig (string configKey);