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

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

パラメータ

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

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ