Click or drag to resize

CodeObjectFindParentT Method

Find the parent object of the specified type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public T FindParent<T>()
where T : CodeObject

Type Parameters

T

Return Value

Type: T
See Also