Skip to content

Commit e1e5d86

Browse files
RexJaeschkeBillWagner
authored andcommitted
fix link
1 parent 70056ee commit e1e5d86

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
@@ -6843,7 +6843,7 @@ An unhandled exception thrown from any of the methods used during construction s
68436843

68446844
`Length`, `Count`, and `GetEnumerator` are assumed to have no side effects.
68456845

6846-
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:
6846+
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:
68476847

68486848
- The elements are evaluated in order. Some or all elements may be evaluated during the steps below rather than before.
68496849
- 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)