EnumerableExt..::..IsNullOrEmpty<(Of <(<'T>)>)> Method
Determines whether a collection is null or has no elements without having to enumerate the entire collection to get a count. Uses LINQ.
Namespace:
CoreAssembly: Core (in Core.dll)
Syntax
Type Parameters
- T
- The item type.
Parameters
- items
- Type: IList<(Of <(<'T>)>)>
The items.