2006-01-24 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / corlib / System.Globalization / CompareInfo.cs
index d73f2bcaff583e1ee99d9b1b705d9bbc72a9ec41..3f589ca124d78c0598ecfccd80604783bc5af9c0 100644 (file)
@@ -56,6 +56,9 @@ namespace System.Globalization
                [NonSerialized]
                private IntPtr ICU_collator;
                private int win32LCID;  // Unused, but MS.NET serializes this
+#if NET_2_0
+               private string m_name; // Unused, but MS.NET serializes this
+#endif
 
                [NonSerialized]
                SimpleCollator collator;