-
Notifications
You must be signed in to change notification settings - Fork 36
Overload_CodeJam_Collections_CollectionExtensions_IsNullOrEmpty
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Name | Description | |
---|---|---|
![]() ![]() ![]() ![]() |
IsNullOrEmpty(T)(ICollection(T)) |
Indicates whether the specified collection is null or empty. |
![]() ![]() ![]() ![]() |
IsNullOrEmpty(T)(T[]) |
Indicates whether the specified array is null or empty. |