[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.Any

Any Method

Any<T>(IEnumerable<T>)

Test if there is an element in this enumeration.

Declaration
public static bool Any<T>(IEnumerable<T> source)
Parameters
Type Name Description
IEnumerable<T> source

The enumerable source.

Returns
Type Description
bool

true if there is an element in this enumeration, false otherwise

Type Parameters
Name Description
T

Type of the element