'宣言 Public Shared Function CanReplace(Of T As Class)( _ ByVal collectionView As ICollectionView(Of T), _ ByVal index As System.Integer _ ) As System.Boolean
public static System.bool CanReplace<T>( ICollectionView<T> collectionView, System.int index ) where T: class
パラメータ
- collectionView
- The collection view.
- index
- The index of the item that would be replaced.
型パラメータ
- T