THRIFT-634. csharp: C# Compiler Generates Incorrect Code For Fields which begin with...
authorBryan Duxbury <bryanduxbury@apache.org>
Thu, 2 Sep 2010 14:58:51 +0000 (14:58 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Thu, 2 Sep 2010 14:58:51 +0000 (14:58 +0000)
commitc43ec6247af8c67f4e14e8e2bab40b46baf03fce
tree328d39da051df9650822def4bf3082d969f4d56c
parent1316ed9d1644234106035d76f48d6362c41bf914
THRIFT-634. csharp: C# Compiler Generates Incorrect Code For Fields which begin with an uppercase letter

Added a '_' to the backing field, and changed all the field references to refer to the property instead.

Patch: Jon S Akhtar

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991960 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_csharp_generator.cc