Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System/IServiceProvider.cs')
-rw-r--r--mcs/class/corlib/System/IServiceProvider.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/mcs/class/corlib/System/IServiceProvider.cs b/mcs/class/corlib/System/IServiceProvider.cs
deleted file mode 100644
index 13992c20145..00000000000
--- a/mcs/class/corlib/System/IServiceProvider.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-//
-// System.IServiceProvider.cs
-//
-// Author:
-// Miguel de Icaza (miguel@ximian.com)
-//
-// (C) Ximian, Inc. http://www.ximian.com
-//
-
-using System;
-
-namespace System {
-
-// [ComVisible(false)]
- public interface IServiceProvider {
-
- object GetService (Type serviceType);
-
- }
-}