PrintDocument for WinForms
RemoveAt メソッド (FastList)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Util 名前空間 > FastList クラス : RemoveAt メソッド
The index of the element to remove.
Removes the element at the specified index from the current list.
シンタックス
'宣言
 
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
The index of the element to remove.
参照

FastList クラス
FastList メンバ