Click or drag to resize
ElementBaseFindFirstChild Method (ElementType)
Finds the first child that matches an ElementType

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public ElementBase FindFirstChild(
	ElementType element
)

Parameters

element
Type: StreamCoders.ContainerElementType
The element type.

Return Value

Type: ElementBase
The found child, otherwise null.
See Also