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/TStruct.cs b/lib/csharp/src/Protocol/TStruct.cs
index 3833695..62f60fd 100644
--- a/lib/csharp/src/Protocol/TStruct.cs
+++ b/lib/csharp/src/Protocol/TStruct.cs
@@ -18,6 +18,7 @@
 	public struct TStruct
 	{
 		public TStruct(string name)
+			:this()
 		{
 			Name = name;
 		}