Traverses up until root node until an immediate parent is found.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public T FindParent<T>()
where T : Box
Public Function FindParent(Of T As Box) As T
public:
generic<typename T>
where T : Box
T FindParent()
member FindParent : unit -> 'T when 'T : Box
Type Parameters
- T
- .
Return Value
Type:
T
Returns object of type, otherwise null.
See Also