Click or drag to resize
ElementBaseFindFirstChildT Method (ElementType)
Finds the first child that matches an ElementType and casts to T.

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

Parameters

element
Type: StreamCoders.ContainerElementType
The element type.

Type Parameters

T

Return Value

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