Tests whether this sequence is empty.
Namespace: FlinqAssembly: Flinq (in Flinq.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax
C# |
---|
public static bool IsEmpty<A>( this IEnumerable<A> source ) |
Parameters
- source
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'A>)>)>
The sequence of elements.
Type Parameters
- A
- The type of the elements of source.
Return Value
Type: Booleantrue if the sequence contain no elements, false otherwise.