Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / class / System.Configuration / System.Configuration / CommaDelimitedStringCollectionConverter.cs
index 1ce8d3dc31e07cf0f419306b44dc2b8a64790901..52824cbd0d07c518dc2d8cb6865233ac9fb0fe35 100644 (file)
@@ -26,8 +26,6 @@
 // Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
-
 using System.Collections.Specialized;
 using System.ComponentModel;
 using System.Globalization;
@@ -48,6 +46,7 @@ namespace System.Configuration
                        foreach (string datum in datums)
                                col.Add (datum.Trim());
 
+                       col.UpdateStringHash ();
                        return col;
                }
 
@@ -62,4 +61,4 @@ namespace System.Configuration
                }
        }
 }
-#endif
+