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

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

パラメータ

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

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ