mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
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:
parent
fae0e78158
commit
d90063f29b
@ -37,7 +37,7 @@ namespace Thrift.Collections
|
||||
|
||||
public bool IsReadOnly
|
||||
{
|
||||
get { return set.IsReadOnly; }
|
||||
get { return false; }
|
||||
}
|
||||
|
||||
public void Add(T item)
|
||||
|
Loading…
Reference in New Issue
Block a user