ComponentOne Bitmap for WPF
Any<T> Method

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > DXUtil Class : Any<T> Method
Type of the element
The enumerable source.
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

Reference

DXUtil Class
DXUtil Members