commit | c9d06ee2ddf02d7ae93c13d3121fb7bab88d22dc | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Tue Mar 18 18:22:43 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | Tue Mar 18 18:22:43 2008 +0000 |
tree | 10bd75955ece92623133c7bacd81800ad015d878 | |
parent | 968bed847ee347a6f1ff71ebc5172154dcc03182 [diff] [blame] |
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/TField.cs b/lib/csharp/src/Protocol/TField.cs index c294253..93c0738 100644 --- a/lib/csharp/src/Protocol/TField.cs +++ b/lib/csharp/src/Protocol/TField.cs
@@ -19,6 +19,7 @@ public struct TField { public TField(string name, TType type, short id) + :this() { Name = name; Type = type;