Click or drag to resize

CodeObjectIsChildPrefix Method

Returns true if the specified child object is prefixed to the current object.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected bool IsChildPrefix(
	CodeObject obj
)

Parameters

obj
Type: Nova.CodeDOMCodeObject

Return Value

Type: Boolean
See Also