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

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : CanRemoveRange<T> メソッド
The data collection.
The index of the item that would be removed.
The number of items to be removed.
Determines whether the items at the specified index can be removed from the collection.
シンタックス
'宣言
 
Public Shared Function CanRemoveRange(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) As System.Boolean
public static System.bool CanRemoveRange<T>( 
   IDataCollection<T> dataCollection,
   System.int index,
   System.int count
)
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
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ