Bitmap for WPF
Any<T> メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス : Any<T> メソッド
Type of the element
The enumerable source.
Test if there is an element in this enumeration.
シンタックス
'宣言
 
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
)

パラメータ

source
The enumerable source.

型パラメータ

T
Type of the element

戻り値の型

trueif there is an element in this enumeration, falseotherwise
参照

DXUtil クラス
DXUtil メンバ