GrapeCity ActiveReports for .NET 12.0J
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
)

パラメータ

first
second

型パラメータ

T
参照

関連項目

FunctionalExtensions クラス
FunctionalExtensions メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.