Fields in C#(kodefuguru.com)
submitted by
KodefuGuru(2599) 2 years, 6 months ago
Fields… not the kind with green grass and butterflies. Rather, fields that contain the deep dark secrets of a class. You know: member variables.
There’s plenty of divergence in naming these pieces of class data. Some developers prefix the field name with an underscore. Some prefer m (meaning member) and an underscore. I personally prefer straight camelCasing.
|category: C#
|Views: 15
tags:
C# another
Everyones tags:
Your Tags: