PrintDocument for WinForms
RemoveAt メソッド (FastList)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview.Util 名前空間 > FastList クラス : RemoveAt メソッド
削除する要素のインデックス。
指定したインデックスの要素を現在のリストから削除します。
シンタックス
'宣言
 
Protected Overridable Sub RemoveAt( _
   ByVal index As System.Integer _
) 
'使用法
 
Dim instance As FastList
Dim index As System.Integer
 
instance.RemoveAt(index)
protected virtual void RemoveAt( 
   System.int index
)

パラメータ

index
削除する要素のインデックス。
参照

FastList クラス
FastList メンバ