Click or drag to resize

ClassDeclInsert Method

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

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public override 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