Click or drag to resize

BlockStatementContains Method

Check if the BlockStatement contains the specified CodeObject.

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

Parameters

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

Return Value

Type: Boolean
True if the block contains the object, otherwise false.
See Also