summaryrefslogtreecommitdiff
path: root/src/mscorlib
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2017-05-31 02:46:43 +0200
committerViktor Hofer <viktor.hofer@microsoft.com>2017-05-31 02:46:43 +0200
commitddeae7ea5fb8ad5374acb4eeb237ea8e688db897 (patch)
tree0d22716e714eaeecdfbd4e576b3c44b25dc61ea6 /src/mscorlib
parent48d5a81782370f45cb06231ffa707147c6c79fc5 (diff)
downloadcoreclr-ddeae7ea5fb8ad5374acb4eeb237ea8e688db897.tar.gz
coreclr-ddeae7ea5fb8ad5374acb4eeb237ea8e688db897.tar.bz2
coreclr-ddeae7ea5fb8ad5374acb4eeb237ea8e688db897.zip
Internal hashtable serialization attribute removed
Diffstat (limited to 'src/mscorlib')
-rw-r--r--src/mscorlib/src/System/Collections/Hashtable.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/Collections/Hashtable.cs b/src/mscorlib/src/System/Collections/Hashtable.cs
index 3967fcfadc..0c89632828 100644
--- a/src/mscorlib/src/System/Collections/Hashtable.cs
+++ b/src/mscorlib/src/System/Collections/Hashtable.cs
@@ -66,7 +66,6 @@ namespace System.Collections
//
[DebuggerTypeProxy(typeof(System.Collections.Hashtable.HashtableDebugView))]
[DebuggerDisplay("Count = {Count}")]
- [Serializable]
internal class Hashtable : IDictionary, ISerializable, IDeserializationCallback, ICloneable
{
/*