Determines whether a sequence contains no elements.
Namespace: HTMLPlusPlus.UtilityAssembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
| C# |
|---|
public static bool None<T>( this IEnumerable<T> source ) |
Parameters
- source
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
The System.Collections.Generic.IEnumerable < T > to check for emptiness.
Type Parameters
- T
- The type of the elements of source.