You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by gr...@selinc.com on 2014/12/30 00:50:11 UTC

Camel Casing in C#

Can anyone tell me if it is possible to turn on and off camel casing on 
property names when generating C#? Basically, if I have a field called 
"general" in my .thrift file, I want a property called, "general" in my C# 
file. Instead, I get a property called "General".

Thanks,

Greg Lusk