Ilya Velikson
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Edited ReSharper doesn't recognize custom IsNullOrEmpty extension method to a generic list.
Here is the extension: <Extension> Public Function IsNullOrEmpty(Of T)(list As List(Of T)) As Boolean If list Is Nothing OrElse list.Count = 0 Then Return True End...