Click or drag to resize

BlockInsert Method

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
C#
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