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