Skip to content

Commit cc95173

Browse files
authored
Add init keyword (#23422)
1 parent c5e7695 commit cc95173

File tree

1 file changed

+8
-8
lines changed
  • docs/csharp/language-reference/keywords

1 file changed

+8
-8
lines changed

docs/csharp/language-reference/keywords/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Keywords are predefined, reserved identifiers that have special meanings to the
5050
|[async](async.md)|[await](../operators/await.md)|[by](by.md)|
5151
|[descending](descending.md)|[dynamic](../builtin-types/reference-types.md)|[equals](equals.md)|
5252
|[from](from-clause.md)|[get](get.md)|[global](../operators/namespace-alias-qualifier.md)|
53-
|[group](group-clause.md)|[into](into.md)|[join](join-clause.md)|
54-
|[let](let-clause.md)|[nameof](../operators/nameof.md)|[nint](../builtin-types/nint-nuint.md)|
55-
|[notnull](../../programming-guide/generics/constraints-on-type-parameters.md#notnull-constraint)|[nuint](../builtin-types/nint-nuint.md)|[on](on.md)|
56-
|[orderby](orderby-clause.md)|[partial (type)](partial-type.md)|[partial (method)](partial-method.md)|
57-
|[remove](remove.md)|[select](select-clause.md)|[set](set.md)|
58-
|[unmanaged (generic type constraint)](../../programming-guide/generics/constraints-on-type-parameters.md#unmanaged-constraint)|[value](value.md)|[var](var.md)|
59-
|[when (filter condition)](when.md)|[where (generic type constraint)](where-generic-type-constraint.md)|[where (query clause)](where-clause.md)|
60-
|[with](../operators/with-expression.md)|[yield](yield.md)||
53+
|[group](group-clause.md)|[init](init.md)|[into](into.md)|
54+
|[join](join-clause.md)|[let](let-clause.md)|[nameof](../operators/nameof.md)|
55+
|[nint](../builtin-types/nint-nuint.md)|[notnull](../../programming-guide/generics/constraints-on-type-parameters.md#notnull-constraint)|[nuint](../builtin-types/nint-nuint.md)|
56+
|[on](on.md)|[orderby](orderby-clause.md)|[partial (type)](partial-type.md)|
57+
|[partial (method)](partial-method.md)|[remove](remove.md)|[select](select-clause.md)|
58+
|[set](set.md)|[unmanaged (generic type constraint)](../../programming-guide/generics/constraints-on-type-parameters.md#unmanaged-constraint)|[value](value.md)|
59+
|[var](var.md)|[when (filter condition)](when.md)|[where (generic type constraint)](where-generic-type-constraint.md)|
60+
|[where (query clause)](where-clause.md)|[with](../operators/with-expression.md)|[yield](yield.md)||
6161

6262
## See also
6363

0 commit comments

Comments
 (0)