Click or drag to resize

BlockStatementRemoveAt Method

Remove the CodeObject at the specified index from the BlockStatement.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
See Also