Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# - Naming conventions for internal members

What are the naming conventions for internal members in C#?

For example, default access modifier for WPF controls is internal - how should I name them?

like image 364
Peter Sivák Avatar asked Oct 19 '25 01:10

Peter Sivák


1 Answers

All non-public members should be lowerCamelCase.

like image 137
SLaks Avatar answered Oct 21 '25 15:10

SLaks



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!