Box.FindChildFullSubClassed<T> Method |
Finds first child subclassed from type T in full tree.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic T FindChildFullSubClassed<T>()
where T : Box
Public Function FindChildFullSubClassed(Of T As Box) As T
public:
generic<typename T>
where T : Box
T FindChildFullSubClassed()
member FindChildFullSubClassed : unit -> 'T when 'T : Box
Type Parameters
- T
- .
Return Value
Type:
T
The found child full sub classed< t>
See Also