Click or drag to resize
BoxFindChildrenT Method
Finds multiple Children of the same type immediate to the current box.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<T> FindChildren<T>()
where T : Box

Type Parameters

T
.

Return Value

Type: ListT
Returns list of objects of type, otherwise null.
See Also