Click or drag to resize

BlockStatementInsert Method

Insert a CodeObject at the specified index in the BlockStatement body.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual void Insert(
	int index,
	CodeObject obj
)

Parameters

index
Type: SystemInt32
The index at which to insert.
obj
Type: Nova.CodeDOMCodeObject
The CodeObject to be inserted.

Implements

IBlockInsert(Int32, CodeObject)
See Also