ElementBaseFindAll Method (ElementType) |
Finds all children that match an ElementType
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public List<ElementBase> FindAll(
ElementType element
)
Public Function FindAll (
element As ElementType
) As List(Of ElementBase)
public:
List<ElementBase^>^ FindAll(
ElementType element
)
member FindAll :
element : ElementType -> List<ElementBase>
Parameters
- element
- Type: StreamCoders.ContainerElementType
The element type.
Return Value
Type:
ListElementBase
The found children.
See Also