GrapeCity ActiveReports for .NET 12.0J
ToLazyItemCollection<T> メソッド

項目のタイプ
保管するシーケンス
指定したシーケンスの遅延保管可能なアイテムコレクションを返します。
構文
'宣言
 
Public Shared Function ToLazyItemCollection(Of T)( _
   ByVal source As IEnumerable(Of T) _
) As IItemCollection(Of T)
public static IItemCollection<T> ToLazyItemCollection<T>( 
   IEnumerable<T> source
)

パラメータ

source
保管するシーケンス

型パラメータ

T
項目のタイプ
参照

関連項目

ItemCollectionExtensions クラス
ItemCollectionExtensions メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.