Finds multiple Children of the same type immediate to the current box.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public List<T> FindChildren<T>()
where T : Box
Public Function FindChildren(Of T As Box) As List(Of T)
public:
generic<typename T>
where T : Box
List<T>^ FindChildren()
member FindChildren : unit -> List<'T> when 'T : Box
Type Parameters
- T
-
.
Return Value
Type:
ListT
Returns list of objects of type, otherwise null.
See Also