GrapeCity.ActiveReports.v12 アセンブリ > GrapeCity.Enterprise.Data.DataEngine.Extensions 名前空間 > EnumerableExtensions クラス > Flatten メソッド : Flatten<T>(T,Func<T,T>) メソッド |
'宣言 Public Overloads Shared Function Flatten(Of T)( _ ByVal source As T, _ ByVal childSelector As Func(Of T,T) _ ) As IEnumerable(Of T)
public static IEnumerable<T> Flatten<T>( T source, Func<T,T> childSelector )