Skip to content
Discussion options

You must be logged in to vote

See the first sentence of the Names of Fields section:
"The field-naming guidelines apply to static public and protected fields. Internal and private fields are not covered by guidelines"

And the cited C# Coding Style phrase you highlighted:
"for internal and private fields"

They're not in conflict. The former is about things exposed externally from an assembly, whereas the latter is about implementation detail.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@FlashGordon67
Comment options

@stephentoub
Comment options

Answer selected by DrGriff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants