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