Click or drag to resize

BlockContains Method

Check if the Block 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.

Implements

ICollectionTContains(T)
See Also