THRIFT-467. csharp: Fix compilation on Debian Sid
authorDavid Reiss <dreiss@apache.org>
Mon, 27 Apr 2009 19:25:23 +0000 (19:25 +0000)
committerDavid Reiss <dreiss@apache.org>
Mon, 27 Apr 2009 19:25:23 +0000 (19:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@769114 13f79535-47bb-0310-9956-ffa450edef68

lib/csharp/src/Collections/THashSet.cs

index cd4e19b..a995769 100644 (file)
@@ -37,7 +37,7 @@ namespace Thrift.Collections
 
                public bool IsReadOnly
                {
-                       get { return set.IsReadOnly; }
+                       get { return false; }
                }
 
                public void Add(T item)