-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_Collections_CollectionExtensions_EmptyIfNull
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Name | Description | |
---|---|---|
![]() ![]() |
EmptyIfNull(TKey, TValue)(Dictionary(TKey, TValue)) | Returns an empty instance of the dictionary for null values. |
![]() ![]() |
EmptyIfNull(T)(IEnumerable(T)) | Returns an empty instance of the collection for null values. |
![]() ![]() |
EmptyIfNull(T)(List(T)) | Returns an empty instance of the collection for null values. |
![]() ![]() |
EmptyIfNull(T)(T[]) | Returns an empty instance of the array for null values. |
![]() ![]() |
EmptyIfNull(TKey, TValue)(Dictionary(TKey, TValue), IEqualityComparer(TKey)) | Returns an empty instance of the dictionary for null values. |