CodeWriter.Insert method
Inserts string to internal string builder
public StringBuilder Insert(int index, string text)
| parameter | description |
|---|---|
| text | The text to insert. |
| index | The zero-based index at which to insert the text. |
See Also
- class CodeWriter