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