Overload_CodeJam_Collections_CollectionExtensions_EmptyIfNull - rsdn/CodeJam GitHub Wiki
| 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. |
