2006-11-02 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Protocols / ValueCollectionParameterReader.cs
index 8de1703f178b5d7db309d309d12b68b76f7eeeeb..cff4b35099ed1f86015bf93bb3c83a1e4b45bf4d 100644 (file)
@@ -77,8 +77,7 @@ namespace System.Web.Services.Protocols {
                \r
                internal static bool IsSupportedPrimitive (Type type)\r
                {\r
-                       return ( type.IsPrimitive || 
-                                        type.IsEnum ||\r
+                       return ( type.IsPrimitive || \r
                                         type == typeof(string) ||\r
                                         type == typeof(DateTime) ||\r
                                         type == typeof(Decimal)\r