GrapeCity.ActiveReports.v12 アセンブリ > GrapeCity.Enterprise.Data.DataEngine.Extensions 名前空間 > FunctionalExtensions クラス : Append<T> メソッド |
'宣言 Public Shared Function Append(Of T)( _ ByVal first As IEnumerable(Of T), _ ByVal ParamArray second() As T _ ) As IEnumerable(Of T)
public static IEnumerable<T> Append<T>( IEnumerable<T> first, params T[] second )