From: David Reiss Date: Mon, 27 Apr 2009 19:25:23 +0000 (+0000) Subject: THRIFT-467. csharp: Fix compilation on Debian Sid X-Git-Tag: 0.2.0~132 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=d90063f29b2ced950b831853a8411faf79cbbf82;p=common%2Fthrift.git THRIFT-467. csharp: Fix compilation on Debian Sid git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@769114 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/csharp/src/Collections/THashSet.cs b/lib/csharp/src/Collections/THashSet.cs index cd4e19b2..a9957693 100644 --- a/lib/csharp/src/Collections/THashSet.cs +++ b/lib/csharp/src/Collections/THashSet.cs @@ -37,7 +37,7 @@ namespace Thrift.Collections public bool IsReadOnly { - get { return set.IsReadOnly; } + get { return false; } } public void Add(T item)