InsertCodeRefactor Method
InsertCodeRefactor(Int32)
When implemented by a class, inserts a new item to the specified position within the ICodeRefactorItem collection.
Declaration
ICodeRefactorItem InsertCodeRefactor(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | Specifies position to insert. |
Returns
| Type | Description |
|---|---|
| ICodeRefactorItem |
|