We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be34c63 commit bcc9da1Copy full SHA for bcc9da1
csharp/enum-naming.md
@@ -1,4 +1,4 @@
1
-# C# Naming Convention > Enum Naming
+# C# Naming Convention > Constant Naming
2
3
## PascalCase
4
- Begin with an uppercase letter
@@ -9,4 +9,4 @@
9
10
```c#
11
private const int StudentCount = 42;
12
-```
+```
0 commit comments