LinkedElementCollection<T>.Insert(Int32, T) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将角色扮演者插入到集合中的指定索引处。
public:
virtual void Insert(int index, T item);
public void Insert (int index, T item);
abstract member Insert : int * 'T -> unit
override this.Insert : int * 'T -> unit
Public Sub Insert (index As Integer, item As T)
参数
- index
- Int32
要在其上插入角色扮演者的索引。
- item
- T
要插入的角色扮演者。