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