Skip to content

Commit e1a22ea

Browse files
committed
Remove ranges and indices
Fast follow to merging dotnet/csharpstandard#1369
1 parent b57c2eb commit e1a22ea

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docfx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"csharp-8.0/readonly-instance-members.md",
7878
"csharp-8.0/null-coalescing-assignment.md",
7979
"csharp-8.0/async-streams.md",
80+
"csharp-8.0/ranges.md",
8081
"csharp-9.0/nullable-reference-types-specification.md",
8182
"csharp-9.0/nullable-constructor-analysis.md",
8283
"csharp-9.0/nullable-parameter-default-value-analysis.md",
@@ -635,7 +636,6 @@
635636
"_csharpstandard/standard/Bibliography.md": "Bibliography",
636637
"_csharplang/proposals/csharp-8.0/patterns.md": "Recursive pattern matching",
637638
"_csharplang/proposals/csharp-8.0/default-interface-methods.md": "Default interface methods",
638-
"_csharplang/proposals/csharp-8.0/ranges.md": "Ranges and indices",
639639
"_csharplang/proposals/csharp-8.0/using.md": "Pattern based using and using declarations",
640640
"_csharplang/proposals/csharp-9.0/covariant-returns.md": "Covariant return types",
641641
"_csharplang/proposals/csharp-9.0/extending-partial-methods.md": "Extending partial methods",
@@ -763,7 +763,6 @@
763763
"_csharpstandard/standard/Bibliography.md": "This appendix lists external standards referenced in this specification.",
764764
"_csharplang/proposals/csharp-8.0/patterns.md": "This feature specification describes recursive pattern matching, where patterns can nest inside other patterns.",
765765
"_csharplang/proposals/csharp-8.0/default-interface-methods.md": "This feature specification describe the syntax updates necessary to support default interface methods. This includes declaring bodies in interface declarations, and supporting modifiers on declarations.",
766-
"_csharplang/proposals/csharp-8.0/ranges.md": "This feature specification describes the syntax for ranges and indices, which support indexing individual elements of a sequence or a range of a sequence from the start or end of that sequence.",
767766
"_csharplang/proposals/csharp-8.0/using.md": "This feature specification supports pattern based using and using declarations to simplify resource cleanup.",
768767
"_csharplang/proposals/csharp-9.0/covariant-returns.md": "This feature specification describes covariant return types, where overriding member declarations can return a type derived from the overridden member declaration.",
769768
"_csharplang/proposals/csharp-9.0/extending-partial-methods.md": "This feature specification describes extensions to partial methods. These extensions enable source generators to create or call partial methods.",

docs/csharp/specification/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ items:
137137
href: ../../../_csharplang/proposals/csharp-11.0/list-patterns.md
138138
- name: Expressions
139139
items:
140-
- name: Ranges
141-
href: ../../../_csharplang/proposals/csharp-8.0/ranges.md
142140
- name: Target-typed new expressions
143141
href: ../../../_csharplang/proposals/csharp-9.0/target-typed-new.md
144142
- name: Target-typed conditional expression

0 commit comments

Comments
 (0)