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
This commit is contained in:
David Reiss 2009-04-27 19:25:23 +00:00
parent fae0e78158
commit d90063f29b

View File

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