Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7e056e7
)
THRIFT-1230 C# Library -- THashSet is not marked as Serializable which makes all...
author
Roger Meier
<roger@apache.org>
Sun, 17 Jul 2011 14:47:48 +0000
(14:47 +0000)
committer
Roger Meier
<roger@apache.org>
Sun, 17 Jul 2011 14:47:48 +0000
(14:47 +0000)
Patch: Maciek Weksej
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1147643
13f79535
-47bb-0310-9956-
ffa450edef68
lib/csharp/src/Collections/THashSet.cs
patch
|
blob
|
history
diff --git
a/lib/csharp/src/Collections/THashSet.cs
b/lib/csharp/src/Collections/THashSet.cs
index
a995769
..
0ddea54
100644
(file)
--- a/
lib/csharp/src/Collections/THashSet.cs
+++ b/
lib/csharp/src/Collections/THashSet.cs
@@
-23,6
+23,7
@@
using System.Collections.Generic;
namespace Thrift.Collections
{
+ [Serializable]
public class THashSet<T> : ICollection<T>
{
#if NET_2_0