Bitmap for WPF
SelectMany<TSource,TResult> メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス : SelectMany<TSource,TResult> メソッド
The type of the T source.
The type of the T result.
The source.
The selector.
Select elements from an enumeration.
シンタックス
'宣言
 
Public Shared Function SelectMany
    (Of TSource,TResult)( _
   ByVal source As System.Collections.Generic.IEnumerable(Of TSource), _
   ByVal selector As System.Func(Of TSource,IEnumerable(Of TResult)) _
) As System.Collections.Generic.IEnumerable(Of TResult)
public static System.Collections.Generic.IEnumerable<TResult> SelectMany<TSource,TResult>( 
   System.Collections.Generic.IEnumerable<TSource> source,
   System.Func<TSource,IEnumerable<TResult>> selector
)

パラメータ

source
The source.
selector
The selector.

型パラメータ

TSource
The type of the T source.
TResult
The type of the T result.

戻り値の型

A enumeration of selected values
参照

DXUtil クラス
DXUtil メンバ