svn path=/trunk/mcs/; revision=149
@@ -0,0 +1,4 @@
+2001-07-15 Sean MacIsaac <[email protected]>
+
+ * StringCollection.cs: Added so that CodeDom.* would compile.
@@ -0,0 +1,14 @@
+//
+// System.Collections.Specialized.StringCollection.cs
+// Author:
+// Sean MacIsaac ([email protected])
+// (C) Ximian, Inc. http://www.ximian.com
+namespace System.Collections.Specialized {
+ public class StringCollection {
+ }
+}
@@ -1 +1,2 @@
BitVector32.cs
+StringCollection.cs