Click or drag to resize

ParserGetUnused Method

Get the object in the Unused list at the specified index.

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

Parameters

index
Type: SystemInt32

Return Value

Type: ParsedObject
See Also