Bladeren bron

* StringCollection.cs: Added so that CodeDom.* would compile.

svn path=/trunk/mcs/; revision=149
Sean MacIsaac 24 jaren geleden
bovenliggende
commit
3dfc511a33

+ 4 - 0
mcs/class/System/System.Collections.Specialized/ChangeLog

@@ -0,0 +1,4 @@
+2001-07-15  Sean MacIsaac  <[email protected]>
+
+	* StringCollection.cs: Added so that CodeDom.* would compile.
+

+ 14 - 0
mcs/class/System/System.Collections.Specialized/StringCollection.cs

@@ -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 - 0
mcs/class/System/System.Collections.Specialized/common.src

@@ -1 +1,2 @@
 BitVector32.cs
+StringCollection.cs