Skip to content

Commit bc9ed86

Browse files
authored
fix link
1 parent 9bc2958 commit bc9ed86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standard/classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6730,7 +6730,7 @@ An unhandled exception thrown from any of the methods used during construction s
67306730

67316731
`Length`, `Count`, and `GetEnumerator` are assumed to have no side effects.
67326732

6733-
If the target type is a struct or class type that implements `System.Collections.IEnumerable`, and the target type does not have a collection-creation method ([§declaring-a-collection-type-general), the construction of the collection instance steps are, as follows:
6733+
If the target type is a struct or class type that implements `System.Collections.IEnumerable`, and the target type does not have a collection-creation method (§declaring-a-collection-type-general), the construction of the collection instance steps are, as follows:
67346734

67356735
- The elements are evaluated in order. Some or all elements may be evaluated during the steps below rather than before.
67366736
- The compiler may determine the known length of the collection expression by invoking countable properties ([§18.1](ranges.md#181-general)) or equivalent properties from well-known interfaces or types, on each *spread_element*’s *expression*.

0 commit comments

Comments
 (0)