Test if there is an element in this enumeration.
'Declaration
Public Shared Function Any(Of )( _
ByVal As System.Collections.Generic.IEnumerable(Of T) _
) As System.Boolean
public static System.bool Any<>(
System.Collections.Generic.IEnumerable<T>
)
Parameters
- source
- The enumerable source.
Type Parameters
- T
- Type of the element
Return Value
true if there is an element in this enumeration, false otherwise