Determines whether the items at the specified index can be removed from the collection.
シンタックス
'宣言
Public Shared Function CanRemoveRange(Of As Class)( _
ByVal As IDataCollection(Of T), _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
public static System.bool CanRemoveRange<>(
IDataCollection<T> ,
System.int ,
System.int
)
where T: class
パラメータ
- dataCollection
- The data collection.
- index
- The index of the item that would be removed.
- count
- The number of items to be removed.
型パラメータ
- T
参照