C# Compiler List
-----------------
Key: THRIFT-1120
URL: https://issues.apache.org/jira/browse/THRIFT-1120
Project: Thrift
Issue Type: Bug
Components: C# - Compiler
Affects Versions: 0.6
Reporter: guoyunfeng
Attachments: C# ListEnd error.diff
t_csharp_generator.cc
scope_down(out);
if (ttype->is_map()) {
indent(out) << "oprot.WriteMapEnd();" << endl;
} else if (ttype->is_set()) {
indent(out) << "oprot.WriteSetEnd();" << endl;
} else if (ttype->is_list()) {
indent(out) << "oprot.WriteListEnd();" << endl;
}
scope_down(out);
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira