Fixes for the C# library.


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665575 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/csharp/src/Protocol/TSet.cs b/lib/csharp/src/Protocol/TSet.cs
index 0dea8cb..0bfc29e 100644
--- a/lib/csharp/src/Protocol/TSet.cs
+++ b/lib/csharp/src/Protocol/TSet.cs
@@ -19,6 +19,7 @@
 	public struct TSet
 	{
 		public TSet(TType elementType, int count)
+			:this()
 		{
 			ElementType = elementType;
 			Count = count;