Insert a code object into the block at the specified index.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void Insert(
int index,
CodeObject codeObject
)
Parameters
- index
- Type: SystemInt32
The index at which to insert. - codeObject
- Type: Nova.CodeDOMCodeObject
The object to be inserted.
See Also