Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / DXUtil Class / Any<T> Method
Type of the element
The enumerable source.

In This Topic
    Any<T> Method
    In This Topic
    Test if there is an element in this enumeration.
    Syntax
    'Declaration
     
    Public Shared Function Any(Of T)( _
       ByVal source As System.Collections.Generic.IEnumerable(Of T) _
    ) As System.Boolean
    public static System.bool Any<T>( 
       System.Collections.Generic.IEnumerable<T> source
    )

    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
    See Also