Determines whether a new range of items can be inserted in the collection at the specified index.
シンタックス
'宣言
Public Shared Function CanInsertRange(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 CanInsertRange<>(
IDataCollection<T> ,
System.int ,
System.Collections.Generic.IEnumerable<T>
)
where T: class
パラメータ
- dataCollection
- The data collection.
- index
- The index where the items would be inserted.
- items
- The items to be inserted.
型パラメータ
- T
参照