© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
❔ C# private methods capitalization convention - C#
C
C#
•
4y ago
•
54 replies
Kibar
❔ C# private methods capitalization convention
What is the official capitalization convention for private methods
?
The capitalization convention page
(
https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/capitalization-conventions
) does not mention private methods explicitly
.
However the dotnet runtime repo enforces PascalCase for all methods
(
https://github.com/dotnet/runtime/blob/main/docs/coding-guidelines/coding-style.md
number 13
)
So what is the official convention
?
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
62,470
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Next page
Similar Threads
❔ C# methods
C
C# / help
4y ago
Testing private methods
C
C# / help
3y ago
static private things(methods,fields...)
C
C# / help
4y ago