Skip to content

Commit b58166f

Browse files
pkulikovBillWagner
authored andcommitted
Moved null-conditional operators entry up in TOC (#4844)
1 parent b6f452e commit b58166f

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/language-reference/operators

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/operators/toc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
## [[] Operator](index-operator.md)
33
## [() Operator](invocation-operator.md)
44
## [. Operator](member-access-operator.md)
5+
## [?. and ?[] Operators](null-conditional-operators.md)
56
## [:: Operator](namespace-alias-qualifer.md)
67
## [+ Operator](addition-operator.md)
78
## [- Operator](subtraction-operator.md)
@@ -40,4 +41,3 @@
4041
## [-> Operator](dereference-operator.md)
4142
## [?? Operator](null-conditional-operator.md)
4243
## [=> Operator](lambda-operator.md)
43-
## [Null-conditional Operators](null-conditional-operators.md)

0 commit comments

Comments
 (0)