Skip to content

Commit c84fba3

Browse files
RexJaeschkeBillWagner
authored andcommitted
Apply suggestions from code review
1 parent afc1e85 commit c84fba3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

standard/types.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,6 @@ Every simple type has members. Each simple type that is an alias for a predefine
319319
320320
Although `nint` and `nuint` shall be represented by the types `System.IntPtr` and `System.UIntPtr`, respectively, `nint` and `nuint` are *not* aliases for those types. As such, not all members of the corresponding `System` types are defined for `nint` and `nuint`. Instead, the compiler shall make available additional conversions and operations for the types `System.IntPtr` and `System.UIntPtr` when used in the context of native integer types.
321321
322-
Consider the following:
323-
324322
While the implementation provides operations and conversions for `nint` and `nuint` that are appropriate for integer types, those operations and conversions are not available on the `System` type counterparts. For example,
325323
326324
<!-- Example: {template:"code-in-main-without-using", name:"SimpleTypes3", expectedException:"RuntimeBinderException"} -->

0 commit comments

Comments
 (0)