Blazor コントロール
AsList<T> メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : AsList<T> メソッド
The original data collection.
Gets a list wrapping this data collection.
シンタックス
'宣言
 
Public Shared Function AsList(Of T As Class)( _
   ByVal collection As IDataCollection(Of T) _
) As System.Collections.Generic.IList(Of T)
public static System.Collections.Generic.IList<T> AsList<T>( 
   IDataCollection<T> collection
)
where T: class

パラメータ

collection
The original data collection.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ