|
77 | 77 | "csharp-8.0/readonly-instance-members.md",
|
78 | 78 | "csharp-8.0/null-coalescing-assignment.md",
|
79 | 79 | "csharp-8.0/async-streams.md",
|
| 80 | + "csharp-8.0/ranges.md", |
80 | 81 | "csharp-9.0/nullable-reference-types-specification.md",
|
81 | 82 | "csharp-9.0/nullable-constructor-analysis.md",
|
82 | 83 | "csharp-9.0/nullable-parameter-default-value-analysis.md",
|
|
635 | 636 | "_csharpstandard/standard/Bibliography.md": "Bibliography",
|
636 | 637 | "_csharplang/proposals/csharp-8.0/patterns.md": "Recursive pattern matching",
|
637 | 638 | "_csharplang/proposals/csharp-8.0/default-interface-methods.md": "Default interface methods",
|
638 |
| - "_csharplang/proposals/csharp-8.0/ranges.md": "Ranges and indices", |
639 | 639 | "_csharplang/proposals/csharp-8.0/using.md": "Pattern based using and using declarations",
|
640 | 640 | "_csharplang/proposals/csharp-9.0/covariant-returns.md": "Covariant return types",
|
641 | 641 | "_csharplang/proposals/csharp-9.0/extending-partial-methods.md": "Extending partial methods",
|
|
763 | 763 | "_csharpstandard/standard/Bibliography.md": "This appendix lists external standards referenced in this specification.",
|
764 | 764 | "_csharplang/proposals/csharp-8.0/patterns.md": "This feature specification describes recursive pattern matching, where patterns can nest inside other patterns.",
|
765 | 765 | "_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.", |
767 | 766 | "_csharplang/proposals/csharp-8.0/using.md": "This feature specification supports pattern based using and using declarations to simplify resource cleanup.",
|
768 | 767 | "_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.",
|
769 | 768 | "_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.",
|
|
0 commit comments