Internal hashtable serialization attribute removed
authorViktor Hofer <viktor.hofer@microsoft.com>
Wed, 31 May 2017 00:46:43 +0000 (02:46 +0200)
committerViktor Hofer <viktor.hofer@microsoft.com>
Wed, 31 May 2017 00:46:43 +0000 (02:46 +0200)
Commit migrated from https://github.com/dotnet/coreclr/commit/ddeae7ea5fb8ad5374acb4eeb237ea8e688db897

src/coreclr/src/mscorlib/src/System/Collections/Hashtable.cs

index 3967fcf..0c89632 100644 (file)
@@ -66,7 +66,6 @@ namespace System.Collections
     // 
     [DebuggerTypeProxy(typeof(System.Collections.Hashtable.HashtableDebugView))]
     [DebuggerDisplay("Count = {Count}")]
-    [Serializable]
     internal class Hashtable : IDictionary, ISerializable, IDeserializationCallback, ICloneable
     {
         /*