PowerTools ActiveReports for .NET 11.0J
Downcast<TI,TO> メソッド

Iの型
0の型
入力
コレクション内の項目タイプをダウンキャストします。
構文
'宣言
 
Public Shared Function Downcast
    (Of TI As TO,
     TO)( _
   ByVal input As IItemCollection(Of TI) _
) As IItemCollection(Of TO)
public static IItemCollection<TO> Downcast<TI,TO>( 
   IItemCollection<TI> input
)
where TI: TO

パラメータ

input
入力

型パラメータ

TI
Iの型
TO
0の型
参照

関連項目

ItemCollectionExtensions クラス
ItemCollectionExtensions メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.