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 b6f452e commit b58166fCopy full SHA for b58166f
docs/csharp/language-reference/operators/toc.md
@@ -2,6 +2,7 @@
2
## [[] Operator](index-operator.md)
3
## [() Operator](invocation-operator.md)
4
## [. Operator](member-access-operator.md)
5
+## [?. and ?[] Operators](null-conditional-operators.md)
6
## [:: Operator](namespace-alias-qualifer.md)
7
## [+ Operator](addition-operator.md)
8
## [- Operator](subtraction-operator.md)
@@ -40,4 +41,3 @@
40
41
## [-> Operator](dereference-operator.md)
42
## [?? Operator](null-conditional-operator.md)
43
## [=> Operator](lambda-operator.md)
-## [Null-conditional Operators](null-conditional-operators.md)
0 commit comments