You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixesdotnet#29625
The types `nint` and `nuint` are now aliases for `System.IntPtr` and `System.NuintPtr`, respectively.
These updates mostly involve removing text that described how the `nint` and `nuint` types behaved differently than the underlying types. They now behave the same.
* Add updates for numeric IntPtr
Fixes#29625
The types `nint` and `nuint` are now aliases for `System.IntPtr` and `System.NuintPtr`, respectively.
These updates mostly involve removing text that described how the `nint` and `nuint` types behaved differently than the underlying types. They now behave the same.
* Remove generic restriction on nint
The `nint` and `nuint` types can now be used as the type parameter on generic Attribute classes.
Also, fix any warnings.
* add quotes on F1 keyword
* typo
System.IntPtr
andSystem.UIntPtr
become numeric types, aliased bynint
andnuint
, and gain the built-in status ofnint
andnuint
.The text was updated successfully, but these errors were encountered: