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

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

パラメータ

dataCollection
The data collection.
index
The index of the item that would be removed.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ