summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client/Client/Collections/LinkedHashtable.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/Qpid.Client/Client/Collections/LinkedHashtable.cs')
-rw-r--r--dotnet/Qpid.Client/Client/Collections/LinkedHashtable.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotnet/Qpid.Client/Client/Collections/LinkedHashtable.cs b/dotnet/Qpid.Client/Client/Collections/LinkedHashtable.cs
index 43e9a819e4..1497fdf70f 100644
--- a/dotnet/Qpid.Client/Client/Collections/LinkedHashtable.cs
+++ b/dotnet/Qpid.Client/Client/Collections/LinkedHashtable.cs
@@ -1,6 +1,7 @@
using System;
using System.Collections;
+/*
namespace Qpid.Collections
{
public class LinkedHashtable : DictionaryBase
@@ -212,3 +213,4 @@ namespace Qpid.Collections
}
}
}
+*/ \ No newline at end of file