Click or drag to resize
ElementBaseFindAll Method (ElementType)
Finds all children that match an ElementType

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

Parameters

element
Type: StreamCoders.ContainerElementType
The element type.

Return Value

Type: ListElementBase
The found children.
See Also