PowerTools InputMan for ASP.NET 8.0J
RemoveAt メソッド (BaseKeyCollection)

削除の対象となる項目のインデックス(Int32 型)
インデックスで指定した項目を削除します。
構文
Public Overridable Sub RemoveAt( _
   ByVal index As Integer _
) 
public virtual void RemoveAt( 
   int index
)

パラメータ

index
削除の対象となる項目のインデックス(Int32 型)
例外
例外解説
System.ArgumentOutOfRangeException

indexに負の値が設定されています。

または

indexにコレクションの総数以上の値が設定されています。

参照

BaseKeyCollection クラス
BaseKeyCollection メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.