'宣言 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.