Blazor コントロール
CanInsertRange<T> メソッド (IDataCollectionEx)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : CanInsertRange<T> メソッド
The data collection.
The index where the items would be inserted.
The items to be inserted.
Determines whether a new range of items can be inserted in the collection at the specified index.
シンタックス
'宣言
 
Public Shared Function CanInsertRange(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal index As System.Integer, _
   ByVal items As System.Collections.Generic.IEnumerable(Of T) _
) As System.Boolean
public static System.bool CanInsertRange<T>( 
   IDataCollection<T> dataCollection,
   System.int index,
   System.Collections.Generic.IEnumerable<T> items
)
where T: class

パラメータ

dataCollection
The data collection.
index
The index where the items would be inserted.
items
The items to be inserted.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ