Click or drag to resize

CodeObjectFindParentMethod Method

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

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

Return Value

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