Jonasdoerr
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Jonasdoerr created a post, C#: Convert variable declaration with default value to 'var' style
Is it possible to auto-convert thisobject? x = null;to that?var x = default(object);I'm using ReSharper 2023.3.4.Regards, Jonas