FlexSearch / FlexLucene

IKVM Build scripts
Apache License 2.0
16 stars 5 forks source link

Fields incorrectly get PascalCase #4

Closed huan086 closed 8 years ago

huan086 commented 8 years ago

MutableValueDouble.Value, MutableValue.Exists and several other similar fields get PascalCase, but both Java and C# naming convention is to have them camelCase.

huan086 commented 8 years ago

Ops, I was wrong. C# public and internal fields are PascalCase. Closed.