Click or drag to resize

CodeObjectFindParentMethodOrType Method

Find the parent method (or anonymous method or lambda) or type of the current code object.

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

Return Value

Type: CodeObject
The parent MethodDeclBase/AnonymousMethodBase or TypeDecl, or null if none found.
See Also