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/System/System.ComponentModel/ComponentCollection.cs')
-rw-r--r--mcs/class/System/System.ComponentModel/ComponentCollection.cs21
1 files changed, 0 insertions, 21 deletions
diff --git a/mcs/class/System/System.ComponentModel/ComponentCollection.cs b/mcs/class/System/System.ComponentModel/ComponentCollection.cs
deleted file mode 100644
index 90fb081887d..00000000000
--- a/mcs/class/System/System.ComponentModel/ComponentCollection.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-// System.ComponentModel.ComponentCollection.cs
-//
-// Author:
-// Miguel de Icaza (miguel@ximian.com)
-//
-// (C) Ximian, Inc. http://www.ximian.com
-//
-
-namespace System.ComponentModel {
-
- [MonoTODO]
- public class ComponentCollection { // FIXME: ReadOnlyCollectionBase
-
- public void Dispose ()
- {
- }
-
- }
-}
-