Click or drag to resize

BlockStatementFindIndexOf Method

Find the index of the specified CodeObject in the BlockStatement.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public int FindIndexOf(
	CodeObject codeObject
)

Parameters

codeObject
Type: Nova.CodeDOMCodeObject
The object being searched for.

Return Value

Type: Int32
The index of the code object, or -1 if not found.
See Also