Click or drag to resize

ParserGetUnusedCodeObject Method

Get the object in the Unused list at the specified index as a CodeObject.

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public CodeObject GetUnusedCodeObject(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: CodeObject
See Also