Skip to content

Commit

Permalink
Add new types to C.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RexJaeschke authored Feb 4, 2025
1 parent 1354a0e commit 23e4ec5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions standard/standard-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,7 @@ The following library types are referenced in this specification. The full names
- `global::System.Exception`
- `global::System.FormattableString`
- `global::System.GC`
- `global::System.IAsyncDisposable`
- `global::System.IDisposable`
- `global::System.IFormattable`
- `global::System.IndexOutOfRangeException`
Expand Down Expand Up @@ -1145,6 +1146,8 @@ The following library types are referenced in this specification. The full names
- `global::System.Collections.IEnumerable`
- `global::System.Collections.IEnumerator`
- `global::System.Collections.IList`
- `global::System.Collections.Generic.IAsyncEnumerable<out T>`
- `global::System.Collections.Generic.IAsyncEnumerator<out T>`
- `global::System.Collections.Generic.ICollection<T>`
- `global::System.Collections.Generic.IEnumerable<T>`
- `global::System.Collections.Generic.IEnumerator<T>`
Expand Down

0 comments on commit 23e4ec5

Please sign in to comment.