'Declaration
Public Shared Function AsList(Of T As Class)( _ ByVal collection As IDataCollection(Of T) _ ) As IList(Of T)
public static IList<T> AsList<T>( IDataCollection<T> collection ) where T: class
Parameters
- collection
- The original data collection.
Type Parameters
- T