[corlib] Fixed StringBuilder construction bugs in marshalling caused by changes to...
[mono.git] / mcs / class / corlib / System.Resources / ResourceSet.cs
index 9729e6e733d77295005d8172fc1b275b730208eb..5c27fc51a8f184017e98153c352818ef0dcbe916 100644 (file)
@@ -41,9 +41,7 @@ namespace System.Resources
        [ComVisible (true)]
        public class ResourceSet : IDisposable, IEnumerable
        {
-#if !MOONLIGHT
                [NonSerialized]
-#endif
                protected IResourceReader Reader;
                protected Hashtable Table;
                bool resources_read;