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

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > ISupportEditing<T> インターフェース : CanInsert メソッド
The index where the items would be inserted.
The item that would be inserted.
Determines whether a new item can be inserted in the collection at the specified index.
シンタックス
'宣言
 
Function CanInsert( _
   ByVal index As System.Integer, _
   ByVal item As T _
) As System.Boolean
System.bool CanInsert( 
   System.int index,
   T item
)

パラメータ

index
The index where the items would be inserted.
item
The item that would be inserted.
参照

ISupportEditing<T> インターフェース
ISupportEditing<T> メンバ