'宣言 Protected Overridable Sub Insert( _ ByVal index As System.Integer, _ ByVal obj As System.Object _ )
'使用法 Dim instance As FastList Dim index As System.Integer Dim obj As System.Object instance.Insert(index, obj)
パラメータ
- index
- The index of the element.
- obj
- The element to insert.