SyntaxNodeCollection1.Insert
SyntaxNodeCollection<T>.Insert method
在指定索引处插入给定项。
public void Insert(int index, T item)
| 范围 | 类型 | 描述 |
|---|---|---|
| index | Int32 | 插入项目的索引。 |
| item | T | 要插入的项目。 |
在指定索引处插入给定项。
public void Insert(int index, T item)
| 范围 | 类型 | 描述 |
|---|---|---|
| index | Int32 | 插入项目的索引。 |
| item | T | 要插入的项目。 |