'宣言 Public Shared Function CanLoadMoreItems(Of T As Class)( _ ByVal collectionView As ICollectionView(Of T) _ ) As System.Boolean
public static System.bool CanLoadMoreItems<T>( ICollectionView<T> collectionView ) where T: class
パラメータ
- collectionView
 - The collection view.
 
型パラメータ
- T