Click or drag to resize
ElementBaseFindAllT Method (ElementType)
Finds all children that match 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 List<T> FindAll<T>(
	ElementType element
)
where T : ElementBase

Parameters

element
Type: StreamCoders.ContainerElementType
The element type.

Type Parameters

T

Return Value

Type: ListT
The found children.
See Also