'宣言 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